commit: 7fd909c5e247b318795214b6b431390f71e98ac3 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 5 14:42:46 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Nov 5 14:42:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd909c5
dev-python/testfixtures: fix missing doc theme Closes: https://bugs.gentoo.org/856802 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/testfixtures/testfixtures-7.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {
