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 6E84A158087 for ; Fri, 4 Feb 2022 18:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF5632BC011; Fri, 4 Feb 2022 18:52:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CE292BC011 for ; Fri, 4 Feb 2022 18:52:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0DFB342D9B for ; Fri, 4 Feb 2022 18:52:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD6BD0 for ; Fri, 4 Feb 2022 18:52:19 +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: <1644000685.9c67a5540933d47d501292e5e5a34a63d07f87ef.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jaraco-packaging/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild X-VCS-Directories: dev-python/jaraco-packaging/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9c67a5540933d47d501292e5e5a34a63d07f87ef X-VCS-Branch: master Date: Fri, 4 Feb 2022 18:52:19 +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: f08d85aa-0715-48fc-ba9c-a25abeb0da1b X-Archives-Hash: 854f536e678b44416cfafa64d5899b18 commit: 9c67a5540933d47d501292e5e5a34a63d07f87ef Author: Michał Górny gentoo org> AuthorDate: Fri Feb 4 18:51:25 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 4 18:51:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c67a554 dev-python/jaraco-packaging: Remove stale importlib-metadata dep Signed-off-by: Michał Górny gentoo.org> dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild b/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild index b81efcb5631b..e7d5b913e05c 100644 --- a/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild +++ b/dev-python/jaraco-packaging/jaraco-packaging-8.2.1.ebuild @@ -18,9 +18,6 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND=" - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' pypy3 python3_{6,7}) -" BDEPEND=" >=dev-python/setuptools_scm-1.15.0[${PYTHON_USEDEP}] "