commit: 77539f028c6010ade2414a61e074f7cd358883f8 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu May 11 07:28:41 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu May 11 07:55:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77539f02
dev-python/cvxopt: Add missing dep on dev-python/sphinx-rtd-theme Closes: https://bugs.gentoo.org/869023 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cvxopt/cvxopt-1.3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cvxopt/cvxopt-1.3.1.ebuild b/dev-python/cvxopt/cvxopt-1.3.1.ebuild index 73bb03e8da33..f986ec811a65 100644 --- a/dev-python/cvxopt/cvxopt-1.3.1.ebuild +++ b/dev-python/cvxopt/cvxopt-1.3.1.ebuild @@ -46,7 +46,8 @@ BDEPEND=" virtual/pkgconfig " -distutils_enable_sphinx doc/source --no-autodoc +distutils_enable_sphinx doc/source \ + dev-python/sphinx-rtd-theme distutils_enable_tests pytest # The BLAS_LIB and LAPACK_LIB variables (among others) in cvxopt's
