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 RDEPENDS:${PN} = "\ python3-html5lib \ python3-lxml \ - python3-soupsieve \ python3-html \ python3-logging \ " +RDEPENDS:${PN}:append:class-target = " \ + python3-soupsieve \ +" BBCLASSEXTEND = "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 += " \ RDEPENDS:${PN} += " \ python3-core \ python3-datetime \ +" +RDEPENDS:${PN}:append:class-target = " \ python3-beautifulsoup4 \ "