summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 18:03:13 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 18:06:23 +0200
commit406b6c8ac768c1647168cc14ff9a24130fbd35a1 (patch)
treee24ce5305e422c2d24521bc20f01f9d020bf69bc /dev-python
parentdev-python/pytest-localserver: rm setuptools rdep for pytest entrypoint (diff)
downloadgentoo-406b6c8ac768c1647168cc14ff9a24130fbd35a1.tar.gz
gentoo-406b6c8ac768c1647168cc14ff9a24130fbd35a1.tar.bz2
gentoo-406b6c8ac768c1647168cc14ff9a24130fbd35a1.zip
dev-python/pytest-mock: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pytest-mock/pytest-mock-3.3.1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild b/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild
index 366172dd1a2f..9671b4ec0572 100644
--- a/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild
+++ b/dev-python/pytest-mock/pytest-mock-3.3.1.ebuild
@@ -3,7 +3,6 @@
EAPI=7
-DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
inherit distutils-r1