Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wstools/
Date: Fri, 27 May 2022 18:08:17
Message-Id: 1653674891.e6597ab0c98e7933596ba522f696bbe63fc62555.mgorny@gentoo
1 commit: e6597ab0c98e7933596ba522f696bbe63fc62555
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 18:07:46 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 18:08:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6597ab0
7
8 dev-python/wstools: Add missing RDEP on dev-python/pbr
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wstools/wstools-0.4.10.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/wstools/wstools-0.4.10.ebuild b/dev-python/wstools/wstools-0.4.10.ebuild
16 index 81db0a6ef459..606be79508f8 100644
17 --- a/dev-python/wstools/wstools-0.4.10.ebuild
18 +++ b/dev-python/wstools/wstools-0.4.10.ebuild
19 @@ -24,6 +24,7 @@ SLOT="0"
20 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
21
22 RDEPEND="
23 + >=dev-python/pbr-3.0.0[${PYTHON_USEDEP}]
24 dev-python/six[${PYTHON_USEDEP}]
25 "
26 BDEPEND="