Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testfixtures/
Date: Sat, 05 Nov 2022 14:43:12
Message-Id: 1667659366.7fd909c5e247b318795214b6b431390f71e98ac3.arthurzam@gentoo
1 commit: 7fd909c5e247b318795214b6b431390f71e98ac3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 14:42:46 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 14:42:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd909c5
7
8 dev-python/testfixtures: fix missing doc theme
9
10 Closes: https://bugs.gentoo.org/856802
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 dev-python/testfixtures/testfixtures-7.0.3.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/testfixtures/testfixtures-7.0.3.ebuild b/dev-python/testfixtures/testfixtures-7.0.3.ebuild
17 index 8d96b3520597..4bd8f44cf8f7 100644
18 --- a/dev-python/testfixtures/testfixtures-7.0.3.ebuild
19 +++ b/dev-python/testfixtures/testfixtures-7.0.3.ebuild
20 @@ -28,7 +28,8 @@ BDEPEND="
21 )
22 "
23
24 -distutils_enable_sphinx docs
25 +distutils_enable_sphinx docs \
26 + dev-python/furo
27 distutils_enable_tests pytest
28
29 python_prepare_all() {