Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/openpyxl/
Date: Wed, 01 Feb 2023 11:03:13
Message-Id: 1675248997.b487727f90c3764b2b3e46271e5dc60b12e8e961.mgorny@gentoo
1 commit: b487727f90c3764b2b3e46271e5dc60b12e8e961
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 10:56:37 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 10:56:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b487727f
7
8 dev-python/openpyxl: Add doc-dep on sphinx_rtd_theme
9
10 Closes: https://bugs.gentoo.org/892788
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/openpyxl/openpyxl-3.1.0.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/openpyxl/openpyxl-3.1.0.ebuild b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
17 index 506b51dd963f..157c84878942 100644
18 --- a/dev-python/openpyxl/openpyxl-3.1.0.ebuild
19 +++ b/dev-python/openpyxl/openpyxl-3.1.0.ebuild
20 @@ -31,5 +31,6 @@ BDEPEND="
21 )
22 "
23
24 -distutils_enable_sphinx doc
25 +distutils_enable_sphinx doc \
26 + dev-python/sphinx_rtd_theme
27 distutils_enable_tests pytest