mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-27 01:48:19 +00:00
python3-flask-wtf: Upgrade 0.14.2 -> 0.14.3
Upgrade to release 0.14.3: - xrange changed to range, python3 compatible - Move Iterable import to _compat module - Fix deprecation warning - Remove flaskr example Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION = "Simple integration of Flask and WTForms."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80"
|
||||
|
||||
SRC_URI[md5sum] = "1b60b7dd1245b0d0173c21123717af61"
|
||||
SRC_URI[sha256sum] = "d417e3a0008b5ba583da1763e4db0f55a1269d9dd91dcc3eb3c026d3c5dbd720"
|
||||
|
||||
PYPI_PACKAGE = "Flask-WTF"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-itsdangerous \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-wtforms \
|
||||
"
|
||||
Reference in New Issue
Block a user