diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 09:26:51 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-28 11:15:59 +0300 |
commit | 8b6b470a5f2bab976087ac7b78132ff7b1584494 (patch) | |
tree | 11e9a002e3894d839ab9e630139d0454e2ba3aca /dev-python/olefile | |
parent | dev-python/sphinxcontrib-spelling: enable py3.10 (diff) | |
download | gentoo-8b6b470a5f2bab976087ac7b78132ff7b1584494.tar.gz gentoo-8b6b470a5f2bab976087ac7b78132ff7b1584494.tar.bz2 gentoo-8b6b470a5f2bab976087ac7b78132ff7b1584494.zip |
dev-python/olefile: add missing doc theme dep
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/olefile')
-rw-r--r-- | dev-python/olefile/olefile-0.46-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/olefile/olefile-0.46-r1.ebuild b/dev-python/olefile/olefile-0.46-r1.ebuild index 5318544ccad9..b53151d214f4 100644 --- a/dev-python/olefile/olefile-0.46-r1.ebuild +++ b/dev-python/olefile/olefile-0.46-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 @@ -15,5 +15,6 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" -distutils_enable_sphinx doc +distutils_enable_sphinx doc \ + dev-python/sphinx_rtd_theme distutils_enable_tests unittest |