diff mbox series

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

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

Commit Message

Yoann Congal Nov. 16, 2023, 10:30 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>
---
 meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb | 4 ----
 1 file changed, 4 deletions(-)

Comments

Khem Raj Nov. 20, 2023, 3:51 a.m. UTC | #1
On Thu, 16 Nov 2023 23:30:01 +0100, Yoann Congal wrote:
> python3-beautifulsoup4 does depend on python3-soupsieve but
> python3-soupsieve does not depend on python3-beautifulsoup4.
> 
> 

Applied, thanks!

[1/1] python3-soupsieve: Break circular dependency with beautifulsoup4
      commit: 9d695a1f261e5d5f6aa9aa4cb3eafe54d45eedce

Best regards,
diff mbox series

Patch

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 585613dd5..42c07fb4c 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 \