diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-10-15 07:47:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-16 20:21:07 +0200 |
commit | 4eab135560693459c4eb3c99b37cb1aa74d71270 (patch) | |
tree | 3a84a7078be65fd49c017abc9bbd976c91e59050 | |
parent | dev-python/docutils-glep: correct DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-4eab135560693459c4eb3c99b37cb1aa74d71270.tar.gz gentoo-4eab135560693459c4eb3c99b37cb1aa74d71270.tar.bz2 gentoo-4eab135560693459c4eb3c99b37cb1aa74d71270.zip |
dev-python/webtest: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748273
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/webtest/webtest-2.0.35.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webtest/webtest-2.0.35.ebuild b/dev-python/webtest/webtest-2.0.35.ebuild index 8cf0c7fd6070..09275ae8409a 100644 --- a/dev-python/webtest/webtest-2.0.35.ebuild +++ b/dev-python/webtest/webtest-2.0.35.ebuild @@ -3,8 +3,8 @@ EAPI=7 -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=bdepend +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |