summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-27 07:41:35 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-27 08:22:13 +0100
commit9b42a8d1135405072db315f733435ae61fffaedb (patch)
treeec66c22910fbeeb57156da6e2cfaff6a01134db1 /dev-python/paste
parentdev-python/pastedeploy: Set DISTUTILS_USE_SETUPTOOLS (diff)
downloadgentoo-9b42a8d1135405072db315f733435ae61fffaedb.tar.gz
gentoo-9b42a8d1135405072db315f733435ae61fffaedb.tar.bz2
gentoo-9b42a8d1135405072db315f733435ae61fffaedb.zip
dev-python/paste: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/paste')
-rw-r--r--dev-python/paste/paste-3.2.3.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/paste/paste-3.2.3.ebuild b/dev-python/paste/paste-3.2.3.ebuild
index d0d437d3a61e..eb9f07e5598b 100644
--- a/dev-python/paste/paste-3.2.3.ebuild
+++ b/dev-python/paste/paste-3.2.3.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1
@@ -22,8 +24,7 @@ RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}]
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
flup? ( dev-python/flup[$(python_gen_usedep 'python2*')] )
openid? ( dev-python/python-openid[$(python_gen_usedep 'python2*')] )"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"