diff mbox series

[meta-python,kirkstone] python3-soupsieve: Break circular dependency with beautifulsoup4

Message ID 20231116223612.426824-1-yoann.congal@smile.fr
State New
Headers show
Series [meta-python,kirkstone] python3-soupsieve: Break circular dependency with beautifulsoup4 | expand

Commit Message

Yoann Congal Nov. 16, 2023, 10:36 p.m. UTC
python3-beautifulsoup4 does depend on python3-soupsieve but
python3-soupsieve does not depend on python3-beautifulsoup4.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 .../recipes-devtools/python/python3-soupsieve_2.3.1.bb        | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
index 7cb76b426..631a45c99 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb
@@ -12,10 +12,6 @@  SRC_URI += " \
         file://run-ptest \
 "
 
-RDEPENDS:${PN} += "\
-        ${PYTHON_PN}-beautifulsoup4 \
-"
-
 RDEPENDS:${PN}-ptest += " \
         ${PYTHON_PN}-pytest \
         ${PYTHON_PN}-beautifulsoup4 \