mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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:
parent
fd375acec6
commit
cffe78bfe1
|
|
@ -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 \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user