commit: b487727f90c3764b2b3e46271e5dc60b12e8e961 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 1 10:56:37 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 10:56:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b487727f
dev-python/openpyxl: Add doc-dep on sphinx_rtd_theme Closes: https://bugs.gentoo.org/892788 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/openpyxl/openpyxl-3.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild index 506b51dd963f..157c84878942 100644 --- a/dev-python/openpyxl/openpyxl-3.1.0.ebuild +++ b/dev-python/openpyxl/openpyxl-3.1.0.ebuild @@ -31,5 +31,6 @@ BDEPEND=" ) " -distutils_enable_sphinx doc +distutils_enable_sphinx doc \ + dev-python/sphinx_rtd_theme distutils_enable_tests pytest
