Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask/
Date: Thu, 17 Jun 2021 23:22:14
Message-Id: 1623972120.6e4d854fd8c165fae29e59c02dcfa76c751a4488.sam@gentoo
1 commit: 6e4d854fd8c165fae29e59c02dcfa76c751a4488
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 23:10:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 23:22:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e4d854f
7
8 dev-python/flask: add missing doc BDEPENDs
9
10 Bug: https://bugs.gentoo.org/701140
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/flask/flask-2.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/flask/flask-2.0.1.ebuild b/dev-python/flask/flask-2.0.1.ebuild
17 index 4d8d6ed35da..662b9a88046 100644
18 --- a/dev-python/flask/flask-2.0.1.ebuild
19 +++ b/dev-python/flask/flask-2.0.1.ebuild
20 @@ -34,7 +34,7 @@ BDEPEND="
21 >=dev-python/asgiref-3.2[${PYTHON_USEDEP}]
22 )"
23
24 -distutils_enable_sphinx docs
25 +distutils_enable_sphinx docs dev-python/pallets-sphinx-themes dev-python/sphinxcontrib-log_cabinet
26 distutils_enable_tests pytest
27
28 python_test() {