diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-27 07:43:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-27 08:22:17 +0100 |
commit | a0abf6f0df7f0a325c5a429beba560bf7c133810 (patch) | |
tree | 4bcb38e20da1fbbc38c66fdd915cca687734256c /dev-python/webtest | |
parent | dev-python/paste: Use python_gen_cond_dep (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/webtest-2.0.33.ebuild | 2 |
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}] |