diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2023-11-16 23:30:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-17 11:38:27 -0800 |
| commit | 9d695a1f261e5d5f6aa9aa4cb3eafe54d45eedce (patch) | |
| tree | 868425bc0d8c9805954dce66aca218b6294a0d47 /meta-python/recipes-devtools/python | |
| parent | 13057d943a517e2ed12184150ad4dc8ad1fb5c4c (diff) | |
| download | meta-openembedded-9d695a1f261e5d5f6aa9aa4cb3eafe54d45eedce.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: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-soupsieve_2.5.bb | 4 |
1 files changed, 0 insertions, 4 deletions
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 += " \ | |||
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | RDEPENDS:${PN} += "\ | ||
| 16 | ${PYTHON_PN}-beautifulsoup4 \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
| 20 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
| 21 | ${PYTHON_PN}-beautifulsoup4 \ | 17 | ${PYTHON_PN}-beautifulsoup4 \ |
