summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2023-11-16 23:36:12 +0100
committerArmin Kuster <akuster808@gmail.com>2023-11-17 10:48:31 -0500
commite94b264db994d8cc2f1ccad08e35878ed4450f9c (patch)
tree9065fcf006269281f620b884972e2244c8d0a87e
parent3f0d6ed420e3315264ca3c16fd95402fb4baada4 (diff)
downloadmeta-openembedded-e94b264db994d8cc2f1ccad08e35878ed4450f9c.tar.gz
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 <yoann.congal@smile.fr> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-soupsieve_2.3.1.bb4
1 files changed, 0 insertions, 4 deletions
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 += " \
12 file://run-ptest \ 12 file://run-ptest \
13" 13"
14 14
15RDEPENDS:${PN} += "\
16 ${PYTHON_PN}-beautifulsoup4 \
17"
18
19RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
20 ${PYTHON_PN}-pytest \ 16 ${PYTHON_PN}-pytest \
21 ${PYTHON_PN}-beautifulsoup4 \ 17 ${PYTHON_PN}-beautifulsoup4 \