dev-python/rsa: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:42:22 +0000 (06:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 6 Feb 2020 05:59:27 +0000 (06:59 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rsa/rsa-3.2.3-r1.ebuild
dev-python/rsa/rsa-3.4.2-r1.ebuild

index 7527eb77a561132e580a70406d2a7fd16abbead6..0abc603ef08d6ffd0996af149721ffd61211b67a 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 54427c1aaa8ddb11b193d7a4a01e23b2fc2c93d0..bc2b7755ef5e422492f1e08c5b587d42e041ecf7 100644 (file)
@@ -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