diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-26 22:24:03 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-26 22:28:37 +0200 |
commit | 3640fdf4343c08fbc359da5147e791d38d9ead9a (patch) | |
tree | ef1a6f5239fdd2bc6e3cac6f598e2211a80bfaa4 /dev-python/click | |
parent | profiles/arch/alpha: Mask dev-python/click[doc] (diff) | |
download | gentoo-3640fdf4343c08fbc359da5147e791d38d9ead9a.tar.gz gentoo-3640fdf4343c08fbc359da5147e791d38d9ead9a.tar.bz2 gentoo-3640fdf4343c08fbc359da5147e791d38d9ead9a.zip |
dev-python/click: Add missing doc-dep on dev-python/sphinx-tabs
Closes: https://bugs.gentoo.org/796545
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/click')
-rw-r--r-- | dev-python/click/click-8.1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/click/click-8.1.2.ebuild b/dev-python/click/click-8.1.2.ebuild index ba8f4b9c8fe8..50739b50f97a 100644 --- a/dev-python/click/click-8.1.2.ebuild +++ b/dev-python/click/click-8.1.2.ebuild @@ -27,7 +27,8 @@ distutils_enable_sphinx docs \ '>=dev-python/docutils-0.14' \ dev-python/pallets-sphinx-themes \ dev-python/sphinxcontrib-log_cabinet \ - dev-python/sphinx-issues + dev-python/sphinx-issues \ + dev-python/sphinx-tabs distutils_enable_tests pytest python_install_all() { |