summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 00:10:22 +0100
committerSam James <sam@gentoo.org>2021-06-18 00:22:00 +0100
commit6e4d854fd8c165fae29e59c02dcfa76c751a4488 (patch)
tree0d2888201397ede579a906dfde3f705b117a6ee5
parentdev-python/sphinxcontrib-log_cabinet: initial import (diff)
downloadgentoo-6e4d854f.tar.gz
gentoo-6e4d854f.tar.bz2
gentoo-6e4d854f.zip
dev-python/flask: add missing doc BDEPENDs
Bug: https://bugs.gentoo.org/701140 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/flask/flask-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask/flask-2.0.1.ebuild b/dev-python/flask/flask-2.0.1.ebuild
index 4d8d6ed35da1..662b9a88046c 100644
--- a/dev-python/flask/flask-2.0.1.ebuild
+++ b/dev-python/flask/flask-2.0.1.ebuild
@@ -34,7 +34,7 @@ BDEPEND="
>=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
)"
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet
distutils_enable_tests pytest
python_test() {