diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-11 09:28:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-11 09:55:41 +0200 |
commit | 77539f028c6010ade2414a61e074f7cd358883f8 (patch) | |
tree | 38d0719ed9c4a6b29bf9f955ed90bf2af3da7362 /dev-python | |
parent | dev-python/sqlalchemy: Bump to 2.0.13 (diff) | |
download | gentoo-77539f028c6010ade2414a61e074f7cd358883f8.tar.gz gentoo-77539f028c6010ade2414a61e074f7cd358883f8.tar.bz2 gentoo-77539f028c6010ade2414a61e074f7cd358883f8.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cvxopt/cvxopt-1.3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |