python3-wtforms: add missing dependencies

like python3-babel a setup time and markupsafe at runtime

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Konrad Weihmann 2021-12-24 12:01:18 +01:00 committed by Khem Raj
parent fd375acec6
commit cffe78bfe1

View File

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