diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-27 07:40:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-27 08:22:11 +0100 |
commit | ae6614cb5cf10d80832e2176916becc17ecdd05b (patch) | |
tree | ce1aba4320d553caaaf15bbffa160a86956a7bec /dev-python/pastedeploy | |
parent | dev-python/waitress: Set DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-ae6614cb5cf10d80832e2176916becc17ecdd05b.tar.gz gentoo-ae6614cb5cf10d80832e2176916becc17ecdd05b.tar.bz2 gentoo-ae6614cb5cf10d80832e2176916becc17ecdd05b.zip |
dev-python/pastedeploy: Set DISTUTILS_USE_SETUPTOOLS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r-- | dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild b/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild index d16669ada327..c0cab0d1ae9a 100644 --- a/dev-python/pastedeploy/pastedeploy-2.0.1-r1.ebuild +++ b/dev-python/pastedeploy/pastedeploy-2.0.1-r1.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 @@ -19,8 +21,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc" -RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="dev-python/namespace-paste[${PYTHON_USEDEP}]" BDEPEND="${RDEPEND}" distutils_enable_tests pytest |