From: Michał Górny Date: Wed, 5 Feb 2020 18:53:34 +0000 (+0100) Subject: dev-python/pluginbase: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1565144c2e19f8c2e5df70fe20ce8def81f56706;p=gentoo.git dev-python/pluginbase: Remove py2 Signed-off-by: Michał Górny --- 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