summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb4
-rw-r--r--meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
index 14dedba922..d08017d003 100644
--- a/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
+++ b/meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb
@@ -10,9 +10,11 @@ inherit pypi python_hatchling
10RDEPENDS:${PN} = "\ 10RDEPENDS:${PN} = "\
11 python3-html5lib \ 11 python3-html5lib \
12 python3-lxml \ 12 python3-lxml \
13 python3-soupsieve \
14 python3-html \ 13 python3-html \
15 python3-logging \ 14 python3-logging \
16" 15"
16RDEPENDS:${PN}:append:class-target = " \
17 python3-soupsieve \
18"
17 19
18BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"
diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
index 6572a68459..dc317ea6c0 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.6.bb
@@ -14,6 +14,8 @@ SRC_URI += " \
14RDEPENDS:${PN} += " \ 14RDEPENDS:${PN} += " \
15 python3-core \ 15 python3-core \
16 python3-datetime \ 16 python3-datetime \
17"
18RDEPENDS:${PN}:append:class-target = " \
17 python3-beautifulsoup4 \ 19 python3-beautifulsoup4 \
18" 20"
19 21