summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-27 07:39:46 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-27 08:22:09 +0100
commit0ba4d131b8d0ee50932221f001af94e6cef9d1ca (patch)
tree5288050a9ca39d0ae8ed17614a790ae997d7200b /dev-python/waitress
parentdev-python/bottle: mako is now avail for pypy3 (diff)
downloadgentoo-0ba4d131b8d0ee50932221f001af94e6cef9d1ca.tar.gz
gentoo-0ba4d131b8d0ee50932221f001af94e6cef9d1ca.tar.bz2
gentoo-0ba4d131b8d0ee50932221f001af94e6cef9d1ca.zip
dev-python/waitress: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/waitress')
-rw-r--r--dev-python/waitress/waitress-1.3.1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/waitress/waitress-1.3.1.ebuild b/dev-python/waitress/waitress-1.3.1.ebuild
index 6544ea25f7cb..205a98c4b1a0 100644
--- a/dev-python/waitress/waitress-1.3.1.ebuild
+++ b/dev-python/waitress/waitress-1.3.1.ebuild
@@ -3,6 +3,7 @@
EAPI=7
+DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
inherit distutils-r1
@@ -17,7 +18,4 @@ LICENSE="ZPL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-BDEPEND="${RDEPEND}"
-
distutils_enable_tests nose