summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-05 20:01:45 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-05 20:12:40 +0100
commit968e4aa0890ff6a5fea4f5503e260c9c576d452c (patch)
tree6dbc982fc930212bdd730a68cea0aa3716902354 /dev-python/pyaes
parentdev-embedded/esptool: Remove py2 (diff)
downloadgentoo-968e4aa0890ff6a5fea4f5503e260c9c576d452c.tar.gz
gentoo-968e4aa0890ff6a5fea4f5503e260c9c576d452c.tar.bz2
gentoo-968e4aa0890ff6a5fea4f5503e260c9c576d452c.zip
dev-python/pyaes: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyaes')
-rw-r--r--dev-python/pyaes/pyaes-1.6.0.ebuild2
-rw-r--r--dev-python/pyaes/pyaes-1.6.1-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyaes/pyaes-1.6.0.ebuild b/dev-python/pyaes/pyaes-1.6.0.ebuild
index 9d6d55e33405..aa569abf1dfe 100644
--- a/dev-python/pyaes/pyaes-1.6.0.ebuild
+++ b/dev-python/pyaes/pyaes-1.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
index 11179bd2874f..f6806c7c8c2d 100644
--- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
+++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1