diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-11 09:00:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-11 09:41:20 +0200 |
commit | 66f9a8e4d93e959a483e7cc356565b6889a0b08d (patch) | |
tree | 90b1b1d7a71a5643749b91856d9b4bce04915f3d /dev-python/sphinxcontrib-bibtex | |
parent | dev-python/dulwich: Remove old (diff) | |
download | gentoo-66f9a8e4d93e959a483e7cc356565b6889a0b08d.tar.gz gentoo-66f9a8e4d93e959a483e7cc356565b6889a0b08d.tar.bz2 gentoo-66f9a8e4d93e959a483e7cc356565b6889a0b08d.zip |
dev-python/sphinxcontrib-bibtex: Add test dep on numpydoc
Closes: https://bugs.gentoo.org/837761
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-bibtex')
-rw-r--r-- | dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.2.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.2.ebuild b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.2.ebuild index 05db93750374..5d8bcffd2fd0 100644 --- a/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.2.ebuild +++ b/dev-python/sphinxcontrib-bibtex/sphinxcontrib-bibtex-2.4.2.ebuild @@ -22,6 +22,11 @@ RDEPEND=" dev-python/pybtex-docutils[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( + dev-python/numpydoc[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest distutils_enable_sphinx doc |