diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:03:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-21 18:06:21 +0200 |
commit | 47a385186370c327b5aab5408848bc7946119f4e (patch) | |
tree | 3472433d111f91d1a673d80ea6732081c41fdd08 /dev-python/pytest-httpbin | |
parent | dev-python/pytest-helpers-namespace: rm setuptools rdep for pytest entrypoint (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pytest-httpbin')
-rw-r--r-- | dev-python/pytest-httpbin/pytest-httpbin-1.0.0-r1.ebuild | 1 |
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 |