From: David Seifert Date: Sat, 18 Apr 2020 08:46:54 +0000 (+0200) Subject: dev-python/pycups: Clean up dependencies X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2f9cf2707633cd6b0745cc748c31f48d1058f096;p=gentoo.git dev-python/pycups: Clean up dependencies Bug: https://bugs.gentoo.org/691460 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert --- diff --git a/dev-python/pycups/pycups-1.9.73-r2.ebuild b/dev-python/pycups/pycups-1.9.73-r2.ebuild index b3a1e333b24f..52d88a552934 100644 --- a/dev-python/pycups/pycups-1.9.73-r2.ebuild +++ b/dev-python/pycups/pycups-1.9.73-r2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) + DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 @@ -16,13 +17,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86" SLOT="0" IUSE="examples" -RDEPEND=" - net-print/cups -" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND} -" +RDEPEND="net-print/cups" +DEPEND="${RDEPEND}" python_install_all() { if use examples; then