summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-27 07:43:49 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-27 08:22:17 +0100
commita0abf6f0df7f0a325c5a429beba560bf7c133810 (patch)
tree4bcb38e20da1fbbc38c66fdd915cca687734256c
parentdev-python/paste: Use python_gen_cond_dep (diff)
downloadgentoo-a0abf6f0df7f0a325c5a429beba560bf7c133810.tar.gz
gentoo-a0abf6f0df7f0a325c5a429beba560bf7c133810.tar.bz2
gentoo-a0abf6f0df7f0a325c5a429beba560bf7c133810.zip
dev-python/webtest: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/webtest/webtest-2.0.33.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webtest/webtest-2.0.33.ebuild b/dev-python/webtest/webtest-2.0.33.ebuild
index 3f9b7c6ca0e1..248cccfad198 100644
--- a/dev-python/webtest/webtest-2.0.33.ebuild
+++ b/dev-python/webtest/webtest-2.0.33.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
inherit distutils-r1
@@ -30,7 +31,6 @@ RDEPEND="
dev-python/beautifulsoup:4[${PYTHON_USEDEP}]"
BDEPEND="${RDEPEND}
app-arch/unzip
- dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}]
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]