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/python-zunclient/
Date: Sun, 02 Jan 2022 15:34:19
Message-Id: 1641137613.1701709b2df925926af58a47b554b4d9e127caa2.andrewammerlaan@gentoo
1 commit: 1701709b2df925926af58a47b554b4d9e127caa2
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 15:33:33 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 15:33:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1701709b
7
8 dev-python/python-zunclient: 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/python-zunclient/python-zunclient-4.3.0.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
19 index 4d2f2dafd..698bf0dcc 100644
20 --- a/dev-python/python-zunclient/python-zunclient-4.3.0.ebuild
21 +++ b/dev-python/python-zunclient/python-zunclient-4.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 @@ -38,7 +38,6 @@ DEPEND="
29 test? (
30 >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
31 >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
32 - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
33 >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
34 >=dev-python/osprofiler-1.4.0[${PYTHON_USEDEP}]
35 >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]