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/beautifulsoup/
Date: Wed, 08 Sep 2021 05:47:35
Message-Id: 1631080044.aaec3893427969d9749c57c013154476016cb50e.mgorny@gentoo
1 commit: aaec3893427969d9749c57c013154476016cb50e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 8 05:44:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 8 05:47:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaec3893
7
8 dev-python/beautifulsoup: Force old setuptools in 4.9.3
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
16 index bf90d32d6c5..efc93f3c755 100644
17 --- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
18 +++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild
19 @@ -24,6 +24,9 @@ RDEPEND="
20 dev-python/html5lib[${PYTHON_USEDEP}]
21 dev-python/lxml[${PYTHON_USEDEP}]
22 "
23 +BDEPEND="
24 + <dev-python/setuptools-58[${PYTHON_USEDEP}]
25 +"
26
27 distutils_enable_tests nose
28 distutils_enable_sphinx doc/source