summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-03-26 14:36:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-03-26 14:36:25 +0100
commit58610075b94c621c916e01cf1442b49c8e19f3f3 (patch)
tree9cc2e2376dd325a475d22b364fbd70ca3524efca /dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild
parentdev-python/backports-unittest-mock: Mark ALLARCHES (diff)
downloadgentoo-58610075b94c621c916e01cf1442b49c8e19f3f3.tar.gz
gentoo-58610075b94c621c916e01cf1442b49c8e19f3f3.tar.bz2
gentoo-58610075b94c621c916e01cf1442b49c8e19f3f3.zip
dev-python/backports-unittest-mock: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild')
-rw-r--r--dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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 dbbaa30a9923..2925dc155ee1 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}]