Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/
Date: Tue, 15 Sep 2020 09:41:21
Message-Id: 1600162870.1ffca34c20d736ac1247b24286be86ec0e5316ee.sbraz@gentoo
1 commit: 1ffca34c20d736ac1247b24286be86ec0e5316ee
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 09:40:35 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 09:41:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ffca34c
7
8 www-misc/urlwatch: fix test dependencies, re-add pycodestyle
9
10 Closes: https://bugs.gentoo.org/742596
11 Package-Manager: Portage-3.0.6, Repoman-3.0.1
12 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
13
14 www-misc/urlwatch/urlwatch-2.21.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/www-misc/urlwatch/urlwatch-2.21.ebuild b/www-misc/urlwatch/urlwatch-2.21.ebuild
18 index 890f051e65f..14b690d9ea5 100644
19 --- a/www-misc/urlwatch/urlwatch-2.21.ebuild
20 +++ b/www-misc/urlwatch/urlwatch-2.21.ebuild
21 @@ -34,6 +34,7 @@ BDEPEND="
22 dev-python/setuptools[${PYTHON_USEDEP}]
23 test? (
24 ${RDEPEND}
25 + dev-python/pycodestyle[${PYTHON_USEDEP}]
26 dev-python/pytest[${PYTHON_USEDEP}]
27 )
28 "