Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/WSME/
Date: Mon, 30 May 2022 12:55:17
Message-Id: 1653912550.6c249b36a195d1df3f117fac6dc20b211439b337.andrewammerlaan@gentoo
1 commit: 6c249b36a195d1df3f117fac6dc20b211439b337
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 30 11:41:38 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 12:09:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c249b36
7
8 dev-python/WSME: add missing sphinx test dep
9
10 Closes: https://bugs.gentoo.org/848450
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/WSME/WSME-0.11.0.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-python/WSME/WSME-0.11.0.ebuild b/dev-python/WSME/WSME-0.11.0.ebuild
17 index 0e62785a0..bb0df9a82 100644
18 --- a/dev-python/WSME/WSME-0.11.0.ebuild
19 +++ b/dev-python/WSME/WSME-0.11.0.ebuild
20 @@ -36,6 +36,8 @@ BDEPEND="
21 dev-python/flask[${PYTHON_USEDEP}]
22 dev-python/flask-restful[${PYTHON_USEDEP}]
23 dev-python/webtest[${PYTHON_USEDEP}]
24 +
25 + dev-python/sphinx[${PYTHON_USEDEP}]
26 )
27 "