diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-08 07:44:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-08 07:47:24 +0200 |
commit | aaec3893427969d9749c57c013154476016cb50e (patch) | |
tree | 17afc857560bcdbfde04aef04823b0182e59a84a /dev-python | |
parent | dev-python/beautifulsoup: Bump to 4.10.0 (diff) | |
download | gentoo-aaec3893427969d9749c57c013154476016cb50e.tar.gz gentoo-aaec3893427969d9749c57c013154476016cb50e.tar.bz2 gentoo-aaec3893427969d9749c57c013154476016cb50e.zip |
dev-python/beautifulsoup: Force old setuptools in 4.9.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild index bf90d32d6c56..efc93f3c7550 100644 --- a/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild +++ b/dev-python/beautifulsoup/beautifulsoup-4.9.3.ebuild @@ -24,6 +24,9 @@ RDEPEND=" dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] " +BDEPEND=" + <dev-python/setuptools-58[${PYTHON_USEDEP}] +" distutils_enable_tests nose distutils_enable_sphinx doc/source |