summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 00:20:35 +0100
committerSam James <sam@gentoo.org>2021-06-18 00:22:01 +0100
commit9b490f473ab8717a61b07b50890693796d25d7ad (patch)
tree1c1d8bc218fa04a0826703610e8a92f130c4a880
parentdev-python/flask: add missing doc BDEPENDs (diff)
downloadgentoo-9b490f47.tar.gz
gentoo-9b490f47.tar.bz2
gentoo-9b490f47.zip
dev-python/click: add missing doc BDEPEND
Closes: https://bugs.gentoo.org/731994 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/click/click-8.0.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/click/click-8.0.1.ebuild b/dev-python/click/click-8.0.1.ebuild
index 48cc9ddfd7b5..966a710ace84 100644
--- a/dev-python/click/click-8.0.1.ebuild
+++ b/dev-python/click/click-8.0.1.ebuild
@@ -23,7 +23,8 @@ RDEPEND="
distutils_enable_sphinx docs \
'>=dev-python/docutils-0.14' \
- dev-python/pallets-sphinx-themes
+ dev-python/pallets-sphinx-themes \
+ dev-python/sphinxcontrib-log_cabinet
distutils_enable_tests pytest
python_install_all() {