projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c01163
)
dev-python/pyaes: Set DISTUTILS_USE_SETUPTOOLS
author
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 12:07:06 +0000
(13:07 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 21 Feb 2020 13:59:07 +0000
(14:59 +0100)
Closes: https://bugs.gentoo.org/709968
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyaes/pyaes-1.6.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
index f6806c7c8c2d1979bee208beab4b0f3e5743c708..81984f3c30ae5ea455abe40000c6d425b97d1076 100644
(file)
--- 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