dev-python/pypng: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:43:31 +0000 (20:43 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 19:53:25 +0000 (20:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pypng/pypng-0.0.18.ebuild

index 3bbfa383ef9bc50f7404d195156cd9586b232f26..e1ca6f68372ac2699a16f91ff275742a766c6a78 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6)
+PYTHON_COMPAT=( python3_6)
 
 inherit distutils-r1