diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 13:07:06 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 14:59:07 +0100 |
commit | f8d14d2ddb887a75d67f0e41836a496ce6289591 (patch) | |
tree | 371f2055531ad634d33b009a8460b335b195af5b /dev-python/pyaes | |
parent | dev-python/pypeg2: Modernize, EAPI 7, py3.8 (diff) | |
download | gentoo-f8d14d2ddb887a75d67f0e41836a496ce6289591.tar.gz gentoo-f8d14d2ddb887a75d67f0e41836a496ce6289591.tar.bz2 gentoo-f8d14d2ddb887a75d67f0e41836a496ce6289591.zip |
dev-python/pyaes: Set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/709968
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.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild index f6806c7c8c2d..81984f3c30ae 100644 --- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild +++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild @@ -3,6 +3,7 @@ EAPI=6 +DISTUTILS_USE_SETUPTOOLS=no PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |