summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 19:53:34 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:12:23 +0100
commit1565144c2e19f8c2e5df70fe20ce8def81f56706 (patch)
treeb483d72a98599a726d6620114e172242628b4f1d /dev-python/pluginbase
parentdev-python/placefinder: Remove py2 (diff)
downloadgentoo-1565144c2e19f8c2e5df70fe20ce8def81f56706.tar.gz
gentoo-1565144c2e19f8c2e5df70fe20ce8def81f56706.tar.bz2
gentoo-1565144c2e19f8c2e5df70fe20ce8def81f56706.zip
dev-python/pluginbase: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pluginbase')
-rw-r--r--dev-python/pluginbase/pluginbase-0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pluginbase/pluginbase-0.5.ebuild b/dev-python/pluginbase/pluginbase-0.5.ebuild
index d01c4571f584..1269425a52e6 100644
--- a/dev-python/pluginbase/pluginbase-0.5.ebuild
+++ b/dev-python/pluginbase/pluginbase-0.5.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1