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 11:47:47
Message-Id: 1600170434.04902ed366cb95a8213f3cea332c7d0a25cd95f1.sbraz@gentoo
1 commit: 04902ed366cb95a8213f3cea332c7d0a25cd95f1
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 15 11:46:53 2020 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 15 11:47:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04902ed3
7
8 www-misc/urlwatch: add missing docutils test dependency
9
10 Closes: https://bugs.gentoo.org/742644
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 14b690d9ea5..72f069acf85 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/docutils[${PYTHON_USEDEP}]
26 dev-python/pycodestyle[${PYTHON_USEDEP}]
27 dev-python/pytest[${PYTHON_USEDEP}]
28 )