Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/gabbi/
Date: Fri, 28 Jan 2022 04:29:03
Message-Id: 1643344008.1bd5611505edc78812be95d9658d52bf999c020f.cybertailor@gentoo
1 commit: 1bd5611505edc78812be95d9658d52bf999c020f
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Fri Jan 28 04:26:48 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Fri Jan 28 04:26:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bd56115
7
8 dev-python/gabbi: fix DEPEND
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 dev-python/gabbi/gabbi-2.3.0.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/dev-python/gabbi/gabbi-2.3.0.ebuild b/dev-python/gabbi/gabbi-2.3.0.ebuild
16 index feec00cbc..2eccb1aa1 100644
17 --- a/dev-python/gabbi/gabbi-2.3.0.ebuild
18 +++ b/dev-python/gabbi/gabbi-2.3.0.ebuild
19 @@ -29,11 +29,6 @@ RDEPEND="
20 >=dev-python/wsgi_intercept-1.8.1[${PYTHON_USEDEP}]
21 dev-python/colorama[${PYTHON_USEDEP}]
22 "
23 -DEPEND="
24 - ${RDEPEND}
25 - test? (
26 - )
27 -"
28
29 RESTRICT="test"
30 PROPERTIES="test_network"