From: Michał Górny Date: Thu, 6 Feb 2020 05:42:22 +0000 (+0100) Subject: dev-python/rsa: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae570ceab4379d5b311537c1f9cd7c3ca6ee4e29;p=gentoo.git dev-python/rsa: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/rsa/rsa-3.2.3-r1.ebuild b/dev-python/rsa/rsa-3.2.3-r1.ebuild index 7527eb77a561..0abc603ef08d 100644 --- a/dev-python/rsa/rsa-3.2.3-r1.ebuild +++ b/dev-python/rsa/rsa-3.2.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/rsa/rsa-3.4.2-r1.ebuild b/dev-python/rsa/rsa-3.4.2-r1.ebuild index 54427c1aaa8d..bc2b7755ef5e 100644 --- a/dev-python/rsa/rsa-3.4.2-r1.ebuild +++ b/dev-python/rsa/rsa-3.4.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1