summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-21 13:14:40 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-21 14:59:09 +0100
commitdfe2b8e87db0b2e66ca451cf5fdfee2485c49fcf (patch)
treea34dcacf96df7e1089707af5de36fbc76523fb7c /dev-python/pyaes
parentdev-python/notify2: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-dfe2b8e87db0b2e66ca451cf5fdfee2485c49fcf.tar.gz
gentoo-dfe2b8e87db0b2e66ca451cf5fdfee2485c49fcf.tar.bz2
gentoo-dfe2b8e87db0b2e66ca451cf5fdfee2485c49fcf.zip
dev-python/pyaes: Enable py3.8, pypy3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyaes')
-rw-r--r--dev-python/pyaes/pyaes-1.6.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
index 81984f3c30ae..f918a36c506c 100644
--- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
+++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1