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/osprofiler/
Date: Sun, 02 Jan 2022 15:34:16
Message-Id: 1641137262.d4008ddcbae1c6094e073f8fe2a05673ab098fa3.andrewammerlaan@gentoo
1 commit: d4008ddcbae1c6094e073f8fe2a05673ab098fa3
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 15:27:42 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 15:27:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4008ddc
7
8 dev-python/osprofiler: 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/osprofiler/osprofiler-3.4.2.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/osprofiler/osprofiler-3.4.2.ebuild b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
19 index 57e0503db..bdc5e8222 100644
20 --- a/dev-python/osprofiler/osprofiler-3.4.2.ebuild
21 +++ b/dev-python/osprofiler/osprofiler-3.4.2.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 @@ -41,7 +41,6 @@ DEPEND="
29 ${RDEPEND}
30 >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
31 test? (
32 - >=dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
33 >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
34 >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
35 >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]