diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 09:45:38 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 11:16:01 +0300 |
commit | 3c767fc9fe200ea1987b01c4f0e7fdb26618beb6 (patch) | |
tree | 030999e4c11dbcd5ccd60420809d2ba6ab7b3610 /dev-python/click | |
parent | dev-python/pallets-sphinx-themes: enable py3.10 (diff) | |
download | gentoo-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.ebuild | 3 |
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() { |