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-octaviaclient/
Date: Sun, 02 Jan 2022 15:34:18
Message-Id: 1641137468.5bc53a4d33f3024cf9fad35b9318fdc4d5103070.andrewammerlaan@gentoo
1 commit: 5bc53a4d33f3024cf9fad35b9318fdc4d5103070
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 15:31:08 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 15:31:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5bc53a4d
7
8 dev-python/python-octaviaclient: 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-octaviaclient/python-octaviaclient-2.4.0.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild b/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild
19 index c4f15fab2..38e11dee3 100644
20 --- a/dev-python/python-octaviaclient/python-octaviaclient-2.4.0.ebuild
21 +++ b/dev-python/python-octaviaclient/python-octaviaclient-2.4.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 @@ -33,7 +33,6 @@ RDEPEND="
29 DEPEND="
30 ${RDEPEND}
31 test? (
32 - >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
33 >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
34 >=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
35 >=dev-python/bandit-1.1.0[${PYTHON_USEDEP}]