From 9d695a1f261e5d5f6aa9aa4cb3eafe54d45eedce Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Thu, 16 Nov 2023 23:30:01 +0100 Subject: python3-soupsieve: Break circular dependency with beautifulsoup4 python3-beautifulsoup4 does depend on python3-soupsieve but python3-soupsieve does not depend on python3-beautifulsoup4. Signed-off-by: Yoann Congal Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb') diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb index 585613dd5f..42c07fb4cb 100644 --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb @@ -12,10 +12,6 @@ SRC_URI += " \ file://run-ptest \ " -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-beautifulsoup4 \ -" - RDEPENDS:${PN}-ptest += " \ ${PYTHON_PN}-pytest \ ${PYTHON_PN}-beautifulsoup4 \ -- cgit v1.2.3-54-g00ecf