mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-flask-wtf: upgrade 0.15.1 -> 1.0.1
License-Update : license check file changed from LICENSE to LICENSE.rst
Changelog from 0.15.1 to 1.0.1:
===============================
Update compatibility with the latest Werkzeug release. #511
Deprecated items removal #484
Support for alternatives captcha services #425 #342 #387 #384
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Simple integration of Flask and WTForms."
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4"
|
||||
|
||||
SRC_URI[sha256sum] = "34fe5c6fee0f69b50e30f81a3b7ea16aa1492a771fe9ad0974d164610c09a6c9"
|
||||
|
||||
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