Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/helpdev/
Date: Fri, 31 Jul 2020 19:42:39
Message-Id: 1596224534.75c8359a5af8665f8f981e37503e56414c011c04.mattst88@gentoo
1 commit: 75c8359a5af8665f8f981e37503e56414c011c04
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Jul 19 16:36:07 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 19:42:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c8359a
7
8 dev-python/helpdev: add missing test dep
9
10 Bug: https://bugs.gentoo.org/733196
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
13 Closes: https://github.com/gentoo/gentoo/pull/16746
14 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
15
16 dev-python/helpdev/helpdev-0.7.1.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild
20 index 48dabc7184c..52bb4cf4873 100644
21 --- a/dev-python/helpdev/helpdev-0.7.1.ebuild
22 +++ b/dev-python/helpdev/helpdev-0.7.1.ebuild
23 @@ -21,5 +21,7 @@ RDEPEND="
24 dev-python/psutil[${PYTHON_USEDEP}]
25 "
26
27 +BDEPEND="test? ( dev-python/pip[${PYTHON_USEDEP}] )"
28 +
29 distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
30 distutils_enable_tests pytest