Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/
Date: Mon, 02 Nov 2020 09:51:10
Message-Id: 1604310656.133900581bdda61a6a01e3b75d75b96da1ec2c64.grobian@gentoo
1 commit: 133900581bdda61a6a01e3b75d75b96da1ec2c64
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 2 09:35:53 2020 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 2 09:50:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13390058
7
8 dev-python/dulwich-0.20.6: set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/746530
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
13
14 dev-python/dulwich/dulwich-0.20.6.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-python/dulwich/dulwich-0.20.6.ebuild b/dev-python/dulwich/dulwich-0.20.6.ebuild
18 index 7b74aac571b..3e1b56579a8 100644
19 --- a/dev-python/dulwich/dulwich-0.20.6.ebuild
20 +++ b/dev-python/dulwich/dulwich-0.20.6.ebuild
21 @@ -4,6 +4,7 @@
22 EAPI=7
23
24 PYTHON_COMPAT=( python3_{6,7,8,9} )
25 +DISTUTILS_USE_SETUPTOOLS=rdepend # tests use setuptools, setup uses if found
26
27 inherit distutils-r1