mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
python3-markupsafe: add missing html module dependency
(From OE-Core rev: 0f55f110b76eb1fab25c7a1656d9a2aebcc35cfb) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f7be321a8d
commit
c9b7b850e7
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576
|
|||||||
PYPI_PACKAGE = "markupsafe"
|
PYPI_PACKAGE = "markupsafe"
|
||||||
inherit pypi python_setuptools_build_meta ptest
|
inherit pypi python_setuptools_build_meta ptest
|
||||||
|
|
||||||
RDEPENDS:${PN} += "python3-stringold"
|
RDEPENDS:${PN} += "python3-html python3-stringold"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user