From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E2D2138350 for ; Sat, 18 Apr 2020 08:47:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56EFAE08FE; Sat, 18 Apr 2020 08:47:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F471E08FE for ; Sat, 18 Apr 2020 08:47:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 458D334F154 for ; Sat, 18 Apr 2020 08:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974F6103 for ; Sat, 18 Apr 2020 08:47:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587199614.2f9cf2707633cd6b0745cc748c31f48d1058f096.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycups/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycups/pycups-1.9.73-r2.ebuild X-VCS-Directories: dev-python/pycups/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 2f9cf2707633cd6b0745cc748c31f48d1058f096 X-VCS-Branch: master Date: Sat, 18 Apr 2020 08:47:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: affb2ffe-c6f7-430d-80bc-67e8770ce49d X-Archives-Hash: ca12c10d5ef7ebaac0fad0b82abdd579 commit: 2f9cf2707633cd6b0745cc748c31f48d1058f096 Author: David Seifert gentoo org> AuthorDate: Sat Apr 18 08:46:54 2020 +0000 Commit: David Seifert gentoo 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 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