diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-05 16:42:46 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-05 16:42:46 +0200 |
commit | 7fd909c5e247b318795214b6b431390f71e98ac3 (patch) | |
tree | 2446685ae78c674d86d652fd461145aed5c45ce4 | |
parent | dev-python/sqlalchemy: Bump to 1.4.43 (diff) | |
download | gentoo-7fd909c5e247b318795214b6b431390f71e98ac3.tar.gz gentoo-7fd909c5e247b318795214b6b431390f71e98ac3.tar.bz2 gentoo-7fd909c5e247b318795214b6b431390f71e98ac3.zip |
dev-python/testfixtures: fix missing doc theme
Closes: https://bugs.gentoo.org/856802
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-python/testfixtures/testfixtures-7.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/testfixtures/testfixtures-7.0.3.ebuild b/dev-python/testfixtures/testfixtures-7.0.3.ebuild index 8d96b3520597..4bd8f44cf8f7 100644 --- a/dev-python/testfixtures/testfixtures-7.0.3.ebuild +++ b/dev-python/testfixtures/testfixtures-7.0.3.ebuild @@ -28,7 +28,8 @@ BDEPEND=" ) " -distutils_enable_sphinx docs +distutils_enable_sphinx docs \ + dev-python/furo distutils_enable_tests pytest python_prepare_all() { |