Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyaes/
Date: Fri, 21 Feb 2020 13:59:33
Message-Id: 1582293547.f8d14d2ddb887a75d67f0e41836a496ce6289591.mgorny@gentoo
1 commit: f8d14d2ddb887a75d67f0e41836a496ce6289591
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 21 12:07:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 21 13:59:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8d14d2d
7
8 dev-python/pyaes: Set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/709968
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/pyaes/pyaes-1.6.1-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
17 index f6806c7c8c2..81984f3c30a 100644
18 --- a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
19 +++ b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
20 @@ -3,6 +3,7 @@
21
22 EAPI=6
23
24 +DISTUTILS_USE_SETUPTOOLS=no
25 PYTHON_COMPAT=( python3_{6,7} )
26
27 inherit distutils-r1