commit:     12d0ce5c4364201e4dba1ae16d35306fc2e263b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 16:48:12 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 16:51:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d0ce5c

dev-python/beautifulsoup: Restrict 4.8.2 to soupsieve<2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild 
b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
index 6be95da941c..7721c03ee43 100644
--- a/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
+++ b/dev-python/beautifulsoup/beautifulsoup-4.8.2.ebuild
@@ -20,7 +20,7 @@ SLOT="4"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
 
 RDEPEND="
-       dev-python/soupsieve[${PYTHON_USEDEP}]
+       <dev-python/soupsieve-2[${PYTHON_USEDEP}]
        dev-python/html5lib[${PYTHON_USEDEP}]
        dev-python/lxml[${PYTHON_USEDEP}]
 "

Reply via email to