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 38B8115808E for ; Thu, 28 Apr 2022 09:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 653FCE077C; Thu, 28 Apr 2022 09:49:57 +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 43002E077C for ; Thu, 28 Apr 2022 09:49:57 +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 1BFD13417FE for ; Thu, 28 Apr 2022 09:49:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D5DE75 for ; Thu, 28 Apr 2022 09:49:54 +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: <1651139380.d777cf176724be943e25f271eb46577262d8fade.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbr/pbr-5.8.0-r1.ebuild dev-python/pbr/pbr-5.8.0.ebuild X-VCS-Directories: dev-python/pbr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d777cf176724be943e25f271eb46577262d8fade X-VCS-Branch: master Date: Thu, 28 Apr 2022 09:49:54 +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: ffd12a7a-10e7-4b14-8918-c9a55016a99a X-Archives-Hash: d84ff351154cfa3fa9c93176a4e0729b commit: d777cf176724be943e25f271eb46577262d8fade Author: Michał Górny gentoo org> AuthorDate: Thu Apr 28 09:49:40 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 28 09:49:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d777cf17 dev-python/pbr: Depend on setuptools explicitly Signed-off-by: Michał Górny gentoo.org> dev-python/pbr/{pbr-5.8.0.ebuild => pbr-5.8.0-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pbr/pbr-5.8.0.ebuild b/dev-python/pbr/pbr-5.8.0-r1.ebuild similarity index 97% rename from dev-python/pbr/pbr-5.8.0.ebuild rename to dev-python/pbr/pbr-5.8.0-r1.ebuild index 0e9948c5a3f6..0c4254d5cca3 100644 --- a/dev-python/pbr/pbr-5.8.0.ebuild +++ b/dev-python/pbr/pbr-5.8.0-r1.ebuild @@ -15,6 +15,9 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux" +RDEPEND=" + >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}] +" # git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and https://bugs.gentoo.org/show_bug.cgi?id=561038 # docutils is needed for sphinx exceptions... https://bugs.gentoo.org/show_bug.cgi?id=603848 # stestr is run as external tool