commit: 133900581bdda61a6a01e3b75d75b96da1ec2c64 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Mon Nov 2 09:35:53 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Mon Nov 2 09:50:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13390058
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 <AT> gentoo.org> dev-python/dulwich/dulwich-0.20.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/dulwich/dulwich-0.20.6.ebuild b/dev-python/dulwich/dulwich-0.20.6.ebuild index 7b74aac571b..3e1b56579a8 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
