summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:43:31 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:53:25 +0100
commit157a256b077dd92b64501f7cb6006a090de41c95 (patch)
tree4d13c6b987093a73052028e135604bb48b9ae975 /dev-python/pypng/pypng-0.0.18.ebuild
parentdev-python/pyqrcode: Remove py2 (diff)
downloadgentoo-157a256b077dd92b64501f7cb6006a090de41c95.tar.gz
gentoo-157a256b077dd92b64501f7cb6006a090de41c95.tar.bz2
gentoo-157a256b077dd92b64501f7cb6006a090de41c95.zip
dev-python/pypng: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypng/pypng-0.0.18.ebuild')
-rw-r--r--dev-python/pypng/pypng-0.0.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypng/pypng-0.0.18.ebuild b/dev-python/pypng/pypng-0.0.18.ebuild
index 3bbfa383ef9b..e1ca6f68372a 100644
--- a/dev-python/pypng/pypng-0.0.18.ebuild
+++ b/dev-python/pypng/pypng-0.0.18.ebuild
@@ -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