summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 18:03:09 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 18:06:21 +0200
commit47a385186370c327b5aab5408848bc7946119f4e (patch)
tree3472433d111f91d1a673d80ea6732081c41fdd08
parentdev-python/pytest-helpers-namespace: rm setuptools rdep for pytest entrypoint (diff)
downloadgentoo-47a385186370c327b5aab5408848bc7946119f4e.tar.gz
gentoo-47a385186370c327b5aab5408848bc7946119f4e.tar.bz2
gentoo-47a385186370c327b5aab5408848bc7946119f4e.zip
dev-python/pytest-httpbin: rm setuptools rdep for pytest entrypoint
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
index 02cb0d51dbd2..a47925c658e7 100644
--- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
+++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild
@@ -4,7 +4,6 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1