diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-21 07:47:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-21 11:08:25 +0100 |
commit | b245f9859273202a67b2f4e6fcd8d92167017576 (patch) | |
tree | b209530b71f94c3fc3610aff85f96c23c94252bd /dev-python/pytest-httpbin | |
parent | dev-libs/libgit2: Remove unmaintained live ebuild (diff) | |
download | gentoo-b245f9859273202a67b2f4e6fcd8d92167017576.tar.gz gentoo-b245f9859273202a67b2f4e6fcd8d92167017576.tar.bz2 gentoo-b245f9859273202a67b2f4e6fcd8d92167017576.zip |
dev-python/pytest-httpbin: Set DISTUTILS_USE_SETUPTOOLS
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.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild index 045e7e10be83..d2dbd01e477d 100644 --- a/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild +++ b/dev-python/pytest-httpbin/pytest-httpbin-1.0.0.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -20,8 +21,6 @@ RDEPEND=" dev-python/httpbin[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " -BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}"/pytest-httpbin-1.0.0-pypy3-hang.patch |