diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-beautifulsoup4_4.12.3.bb | 4 |
1 files changed, 3 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 | |||
| 10 | RDEPENDS:${PN} = "\ | 10 | RDEPENDS:${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 | " |
| 16 | RDEPENDS:${PN}:append:class-target = " \ | ||
| 17 | python3-soupsieve \ | ||
| 18 | " | ||
| 17 | 19 | ||
| 18 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
