mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.15.1: - Add python_requires metadata to avoid installing on unsupported Python versions. - Drop support for Python < 3.6. - FileSize validator. - Extra requirement email installs the email_validator package. - Fixed Flask 2.0 warnings. - Various documentation fixes. - Various CI fixes. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
17 lines
429 B
BlitzBasic
17 lines
429 B
BlitzBasic
DESCRIPTION = "Simple integration of Flask and WTForms."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80"
|
|
|
|
SRC_URI[sha256sum] = "ff177185f891302dc253437fe63081e7a46a4e99aca61dfe086fb23e54fff2dc"
|
|
|
|
PYPI_PACKAGE = "Flask-WTF"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PYTHON_PN}-flask \
|
|
${PYTHON_PN}-itsdangerous \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-wtforms \
|
|
"
|