Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/oslo-rootwrap/
Date: Sun, 02 Jan 2022 15:34:13
Message-Id: 1641137140.a5c1900424263e9c2c74c01140a7469e9428484f.andrewammerlaan@gentoo
1 commit: a5c1900424263e9c2c74c01140a7469e9428484f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 15:25:40 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 15:25:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a5c19004
7
8 dev-python/oslo-rootwrap: drop test dep dev-python/hacking
9
10 masked for removal in ::gentoo
11
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild b/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild
19 index 92c20ffe7..acc51be8e 100644
20 --- a/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild
21 +++ b/dev-python/oslo-rootwrap/oslo-rootwrap-6.3.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -25,7 +25,6 @@ DEPEND="
29 ${RDEPEND}
30 >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
31 test? (
32 - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
33 >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
34 >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
35 >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]