summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2021-08-28 09:45:38 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2021-08-28 11:16:01 +0300
commit3c767fc9fe200ea1987b01c4f0e7fdb26618beb6 (patch)
tree030999e4c11dbcd5ccd60420809d2ba6ab7b3610 /dev-python/click
parentdev-python/pallets-sphinx-themes: enable py3.10 (diff)
downloadgentoo-3c767fc9fe200ea1987b01c4f0e7fdb26618beb6.tar.gz
gentoo-3c767fc9fe200ea1987b01c4f0e7fdb26618beb6.tar.bz2
gentoo-3c767fc9fe200ea1987b01c4f0e7fdb26618beb6.zip
dev-python/click: add missing doc theme dep
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/click')
-rw-r--r--dev-python/click/click-8.0.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/click/click-8.0.1.ebuild b/dev-python/click/click-8.0.1.ebuild
index 966a710ace84..b71014ee0cbb 100644
--- a/dev-python/click/click-8.0.1.ebuild
+++ b/dev-python/click/click-8.0.1.ebuild
@@ -24,7 +24,8 @@ RDEPEND="
distutils_enable_sphinx docs \
'>=dev-python/docutils-0.14' \
dev-python/pallets-sphinx-themes \
- dev-python/sphinxcontrib-log_cabinet
+ dev-python/sphinxcontrib-log_cabinet \
+ dev-python/sphinx-issues
distutils_enable_tests pytest
python_install_all() {