dev-python/gmpy: Port to py39
authorMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 17:41:41 +0000 (19:41 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 26 May 2020 18:09:49 +0000 (20:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gmpy/gmpy-2.0.8-r1.ebuild

index c5176f15615d6548983815c0a3802f29400510f1..20eb7743c648b3e7e4e10ddcdee61501802adcea 100644 (file)
@@ -3,7 +3,8 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
 
 inherit distutils-r1