diff options
author | 2020-02-06 06:42:22 +0100 | |
---|---|---|
committer | 2020-02-06 06:59:27 +0100 | |
commit | ae570ceab4379d5b311537c1f9cd7c3ca6ee4e29 (patch) | |
tree | 44473a6911c0717dfaa6c8bc03652f8360ac19e3 /dev-python/rsa | |
parent | dev-python/rq: Remove py2 (diff) | |
download | gentoo-ae570ceab4379d5b311537c1f9cd7c3ca6ee4e29.tar.gz gentoo-ae570ceab4379d5b311537c1f9cd7c3ca6ee4e29.tar.bz2 gentoo-ae570ceab4379d5b311537c1f9cd7c3ca6ee4e29.zip |
dev-python/rsa: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rsa')
-rw-r--r-- | dev-python/rsa/rsa-3.2.3-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rsa/rsa-3.4.2-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |