commit:     2f9cf2707633cd6b0745cc748c31f48d1058f096
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 08:46:54 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 08:46:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9cf270

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 <soap <AT> gentoo.org>

 dev-python/pycups/pycups-1.9.73-r2.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-python/pycups/pycups-1.9.73-r2.ebuild 
b/dev-python/pycups/pycups-1.9.73-r2.ebuild
index b3a1e333b24..52d88a55293 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

Reply via email to