commit: 75c8359a5af8665f8f981e37503e56414c011c04 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jul 19 16:36:07 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 19:42:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c8359a
dev-python/helpdev: add missing test dep Bug: https://bugs.gentoo.org/733196 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Closes: https://github.com/gentoo/gentoo/pull/16746 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-python/helpdev/helpdev-0.7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild index 48dabc7184c..52bb4cf4873 100644 --- a/dev-python/helpdev/helpdev-0.7.1.ebuild +++ b/dev-python/helpdev/helpdev-0.7.1.ebuild @@ -21,5 +21,7 @@ RDEPEND=" dev-python/psutil[${PYTHON_USEDEP}] " +BDEPEND="test? ( dev-python/pip[${PYTHON_USEDEP}] )" + distutils_enable_sphinx docs dev-python/sphinx_rtd_theme distutils_enable_tests pytest
