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/click/
Date: Thu, 17 Jun 2021 23:22:14
Message-Id: 1623972121.9b490f473ab8717a61b07b50890693796d25d7ad.sam@gentoo
1 commit: 9b490f473ab8717a61b07b50890693796d25d7ad
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 17 23:20:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 17 23:22:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b490f47
7
8 dev-python/click: add missing doc BDEPEND
9
10 Closes: https://bugs.gentoo.org/731994
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/click/click-8.0.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/click/click-8.0.1.ebuild b/dev-python/click/click-8.0.1.ebuild
17 index 48cc9ddfd7b..966a710ace8 100644
18 --- a/dev-python/click/click-8.0.1.ebuild
19 +++ b/dev-python/click/click-8.0.1.ebuild
20 @@ -23,7 +23,8 @@ RDEPEND="
21
22 distutils_enable_sphinx docs \
23 '>=dev-python/docutils-0.14' \
24 - dev-python/pallets-sphinx-themes
25 + dev-python/pallets-sphinx-themes \
26 + dev-python/sphinxcontrib-log_cabinet
27 distutils_enable_tests pytest
28
29 python_install_all() {