Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/python-senlinclient/
Date: Sun, 02 Jan 2022 15:34:28
Message-Id: 1641137515.d8cefde665cb5564545fd9f8d45c0d7418ed386a.andrewammerlaan@gentoo
1 commit: d8cefde665cb5564545fd9f8d45c0d7418ed386a
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 15:31:55 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 15:31:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8cefde6
7
8 dev-python/python-senlinclient: 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-senlinclient/python-senlinclient-2.3.0.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
19 index 81fc2d99c..69618c3b5 100644
20 --- a/dev-python/python-senlinclient/python-senlinclient-2.3.0.ebuild
21 +++ b/dev-python/python-senlinclient/python-senlinclient-2.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 ${RDEPEND}
30 test? (
31 >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]
32 - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
33 >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
34 >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
35 >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]