commit:     d777cf176724be943e25f271eb46577262d8fade
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 28 09:49:40 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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

Reply via email to