]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-markupsafe: add missing html module dependency
authorAlexander Kanavin <alex@linutronix.de>
Wed, 16 Oct 2024 19:36:04 +0000 (21:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Oct 2024 11:26:25 +0000 (12:26 +0100)
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>
meta/recipes-devtools/python/python3-markupsafe_3.0.1.bb

index 294532c6af0f53abd4075e8be933ea7faeb56c92..40fec4fa98b7f434b93bfa9c3d86e2f4b94e556e 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI[sha256sum] = "3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576
 PYPI_PACKAGE = "markupsafe"
 inherit pypi python_setuptools_build_meta ptest
 
-RDEPENDS:${PN} += "python3-stringold"
+RDEPENDS:${PN} += "python3-html python3-stringold"
 
 BBCLASSEXTEND = "native nativesdk"