dev-python/backports-unittest-mock: Set DISTUTILS_USE_SETUPTOOLS
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 13:36:25 +0000 (14:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Mar 2020 13:36:25 +0000 (14:36 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/backports-unittest-mock/backports-unittest-mock-1.5-r1.ebuild

index dbbaa30a9923fd5b8835575173e57f289fceffcb..2925dc155ee1a5e4fa23fc9a76813b46f0da5c54 100644 (file)
@@ -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}]