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/tempest/
Date: Wed, 01 Mar 2023 06:16:36
Message-Id: 1677651381.25a93a5f80d0f451739c7a261cd4765496ff595d.mgorny@gentoo
1 commit: 25a93a5f80d0f451739c7a261cd4765496ff595d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 05:56:57 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 06:16:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a93a5f
7
8 dev-python/tempest: Add dev-python/fasteners dep
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/tempest/{tempest-34.0.0.ebuild => tempest-34.0.0-r1.ebuild} | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/dev-python/tempest/tempest-34.0.0.ebuild b/dev-python/tempest/tempest-34.0.0-r1.ebuild
16 similarity index 97%
17 rename from dev-python/tempest/tempest-34.0.0.ebuild
18 rename to dev-python/tempest/tempest-34.0.0-r1.ebuild
19 index 551a3d439257..9143d3959fb9 100644
20 --- a/dev-python/tempest/tempest-34.0.0.ebuild
21 +++ b/dev-python/tempest/tempest-34.0.0-r1.ebuild
22 @@ -38,6 +38,7 @@ RDEPEND="
23 >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
24 >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
25 >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
26 + >=dev-python/fasteners-0.16.0[${PYTHON_USEDEP}]
27 "
28 BDEPEND="
29 >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]