diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-07-19 18:36:07 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-07-31 12:42:14 -0700 |
commit | 75c8359a5af8665f8f981e37503e56414c011c04 (patch) | |
tree | 7c3e2f00e14a78a79330eae8476547b66832cdfc /dev-python/helpdev | |
parent | dev-python/qdarkstyle: add missing dep flag (diff) | |
download | gentoo-75c8359a5af8665f8f981e37503e56414c011c04.tar.gz gentoo-75c8359a5af8665f8f981e37503e56414c011c04.tar.bz2 gentoo-75c8359a5af8665f8f981e37503e56414c011c04.zip |
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@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/16746
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python/helpdev')
-rw-r--r-- | dev-python/helpdev/helpdev-0.7.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/helpdev/helpdev-0.7.1.ebuild b/dev-python/helpdev/helpdev-0.7.1.ebuild index 48dabc7184c9..52bb4cf4873e 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 |