diff options
author | 2020-11-02 10:35:53 +0100 | |
---|---|---|
committer | 2020-11-02 10:50:56 +0100 | |
commit | 133900581bdda61a6a01e3b75d75b96da1ec2c64 (patch) | |
tree | 4062f95e30d3b4a0b7882ff00d17bc991df076f6 /dev-python/dulwich | |
parent | net-analyzer/graphite-web-1.1.7: set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-133900581bdda61a6a01e3b75d75b96da1ec2c64.tar.gz gentoo-133900581bdda61a6a01e3b75d75b96da1ec2c64.tar.bz2 gentoo-133900581bdda61a6a01e3b75d75b96da1ec2c64.zip |
dev-python/dulwich-0.20.6: set DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/746530
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-python/dulwich')
-rw-r--r-- | dev-python/dulwich/dulwich-0.20.6.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/dulwich/dulwich-0.20.6.ebuild b/dev-python/dulwich/dulwich-0.20.6.ebuild index 7b74aac571bb..3e1b56579a82 100644 --- a/dev-python/dulwich/dulwich-0.20.6.ebuild +++ b/dev-python/dulwich/dulwich-0.20.6.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend # tests use setuptools, setup uses if found inherit distutils-r1 |