summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:20:24 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:37:04 +0100
commit5e3f66ea5722672649963bd554c86e6fec5b59b7 (patch)
tree12ecb742719e2f6d00be781ef3e13fe1a97a51e5 /dev-python/pydotplus
parentdev-python/pydot: Remove py2 (diff)
downloadgentoo-5e3f66ea5722672649963bd554c86e6fec5b59b7.tar.gz
gentoo-5e3f66ea5722672649963bd554c86e6fec5b59b7.tar.bz2
gentoo-5e3f66ea5722672649963bd554c86e6fec5b59b7.zip
dev-python/pydotplus: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pydotplus')
-rw-r--r--dev-python/pydotplus/pydotplus-2.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
index 99ad37f7883d..f2a0a8effac2 100644
--- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
+++ b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1