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/sphinx-bootstrap-theme/
Date: Sat, 09 Oct 2021 09:32:42
Message-Id: 1633771895.566cd9f7f8ed43bc06489e81f2f43461ab227dd7.arthurzam@gentoo
1 commit: 566cd9f7f8ed43bc06489e81f2f43461ab227dd7
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 09:29:10 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 09:31:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566cd9f7
7
8 dev-python/sphinx-bootstrap-theme: block <setuptools-58 for 0.8.0
9
10 Was fixed for 0.8.0-r1
11
12 Bug: https://bugs.gentoo.org/813915
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
19 index 9570c550b55..e6a39e92176 100644
20 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
21 +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.8.0.ebuild
22 @@ -24,3 +24,5 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
23 LICENSE="MIT"
24 SLOT="0"
25 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
26 +
27 +BDEPEND="<dev-python/setuptools-58[${PYTHON_USEDEP}]"