summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-10-15 20:44:13 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-10-15 21:04:13 -0500
commit4163be812de68a0328f1a03ff52a37b4ac8423da (patch)
tree7de5d7bdbcc846f3899e4b552fba50f6c4d6f94c /dev-python/pecan
parentdev-python/doc8: set DISTUTILS_USE_SETUPTOOLS=rdepend (diff)
downloadgentoo-4163be812de68a0328f1a03ff52a37b4ac8423da.tar.gz
gentoo-4163be812de68a0328f1a03ff52a37b4ac8423da.tar.bz2
gentoo-4163be812de68a0328f1a03ff52a37b4ac8423da.zip
dev-python/pecan: set DISTUTILS_USE_SETUPTOOLS=rdepend
Closes: https://bugs.gentoo.org/748282 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pecan')
-rw-r--r--dev-python/pecan/pecan-1.3.3-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pecan/pecan-1.3.3-r2.ebuild b/dev-python/pecan/pecan-1.3.3-r2.ebuild
index d2c2de82594a..23d00b7f4172 100644
--- a/dev-python/pecan/pecan-1.3.3-r2.ebuild
+++ b/dev-python/pecan/pecan-1.3.3-r2.ebuild
@@ -3,6 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -15,7 +16,6 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="
>=dev-python/webob-1.4[${PYTHON_USEDEP}]
>=dev-python/mako-0.4.0[${PYTHON_USEDEP}]