| Message ID | 20241016193606.3459951-3-alex.kanavin@gmail.com |
|---|---|
| State | Accepted, archived |
| Commit | 0f55f110b76eb1fab25c7a1656d9a2aebcc35cfb |
| Headers | show |
| Series | [1/5] python3-installer: add a patch to ensure RECORD file reproducibility | expand |
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb index 821332fe7cd..ea811e3154d 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb @@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709 PYPI_PACKAGE = "MarkupSafe" inherit pypi python_setuptools_build_meta ptest -RDEPENDS:${PN} += "python3-stringold" +RDEPENDS:${PN} += "python3-html python3-stringold" BBCLASSEXTEND = "native nativesdk"