commit: 58610075b94c621c916e01cf1442b49c8e19f3f3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Mar 26 13:36:25 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Mar 26 13:36:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58610075
dev-python/backports-unittest-mock: Set DISTUTILS_USE_SETUPTOOLS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild index dbbaa30a992..2925dc155ee 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild @@ -3,6 +3,7 @@ EAPI=7 +DISTUTILS_USE_SETUPTOOLS=rdepend # It is the developer's intention that backports.unittest_mock will be # used even for Python 3: https://github.com/jaraco/jaraco.timing/pull/1 PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) @@ -25,7 +26,6 @@ RDEPEND=" dev-python/mock[${PYTHON_USEDEP}] " BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} >=dev-python/pytest-2.8[${PYTHON_USEDEP}]
