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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6823D15808B for ; Tue, 13 Feb 2024 16:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADB0BE2A09; Tue, 13 Feb 2024 16:45:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87FA1E29DD for ; Tue, 13 Feb 2024 16:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97F53341B52 for ; Tue, 13 Feb 2024 16:45:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EAD913DB for ; Tue, 13 Feb 2024 16:45:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707842699.78e4190017f787ea27d8e38fe415cfead6adce7b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild dev-python/pyroute2/pyroute2-0.7.12.ebuild X-VCS-Directories: dev-python/pyroute2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 78e4190017f787ea27d8e38fe415cfead6adce7b X-VCS-Branch: master Date: Tue, 13 Feb 2024 16:45:02 +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: 965f32f7-9647-4619-b0d2-91cb1981e233 X-Archives-Hash: 43aac30933c7e3092c24f4c48ccbf9da commit: 78e4190017f787ea27d8e38fe415cfead6adce7b Author: Henning Schild hennsch de> AuthorDate: Tue Feb 13 04:47:38 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 13 16:44:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e41900 dev-python/pyroute2: drop outdated runtime dependency on setuptools pick commit 5dedeb12e830676033a4501ad95a72ec7cc0b7d9 on new version Removed upstream in 0.5.10 via commit: https://github.com/svinota/pyroute2/commit/7d1a19c60aeceb3851413dcdcd547ee2f254bc11 Signed-off-by: Henning Schild hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/35294 Signed-off-by: Michał Górny gentoo.org> .../pyroute2/{pyroute2-0.7.12.ebuild => pyroute2-0.7.12-r1.ebuild} | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/pyroute2/pyroute2-0.7.12.ebuild b/dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild similarity index 91% rename from dev-python/pyroute2/pyroute2-0.7.12.ebuild rename to dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild index 58c1cf80ba9a..5450ffde31c0 100644 --- a/dev-python/pyroute2/pyroute2-0.7.12.ebuild +++ b/dev-python/pyroute2/pyroute2-0.7.12-r1.ebuild @@ -21,9 +21,6 @@ KEYWORDS="~amd64 ~arm64 ~x86" # tests need root access RESTRICT="test" -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] "