[meta-python,3/3] python3-wtforms: add missing dependencies

Message ID AM9PR09MB4642C782A86D2F74C57D71CAA87F9@AM9PR09MB4642.eurprd09.prod.outlook.com
State New
Headers show
Series [meta-python,1/3] python3-lazy-object-proxy: upgrade 1.6.0 > 1.7.1 | expand

Commit Message

Konrad Weihmann Dec. 24, 2021, 11:01 a.m. UTC
like python3-babel a setup time and markupsafe at runtime

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb | 4 ++++
 1 file changed, 4 insertions(+)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
index b63be8203..c72af7451 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb
@@ -2,6 +2,8 @@  DESCRIPTION = "A flexible forms validation and rendering library for python web
 HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
+
+
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
 
 SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886"
@@ -12,9 +14,11 @@  inherit pypi setuptools3
 
 DEPENDS += "\
     ${PYTHON_PN}-pip-native \
+    ${PYTHON_PN}-babel-native \
     "
 
 RDEPENDS:${PN} += "\
     ${PYTHON_PN}-netserver \
     ${PYTHON_PN}-numbers \
+    ${PYTHON_PN}-markupsafe \
     "