diff options
author | Sam James <sam@gentoo.org> | 2021-06-18 00:10:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-18 00:22:00 +0100 |
commit | 6e4d854fd8c165fae29e59c02dcfa76c751a4488 (patch) | |
tree | 0d2888201397ede579a906dfde3f705b117a6ee5 /dev-python/flask/flask-2.0.1.ebuild | |
parent | dev-python/sphinxcontrib-log_cabinet: initial import (diff) | |
download | gentoo-6e4d854fd8c165fae29e59c02dcfa76c751a4488.tar.gz gentoo-6e4d854fd8c165fae29e59c02dcfa76c751a4488.tar.bz2 gentoo-6e4d854fd8c165fae29e59c02dcfa76c751a4488.zip |
dev-python/flask: add missing doc BDEPENDs
Bug: https://bugs.gentoo.org/701140
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/flask/flask-2.0.1.ebuild')
-rw-r--r-- | dev-python/flask/flask-2.0.1.ebuild | 2 |
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() { |