mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-flask-wtf: update to version 1.2.1
Signed-off-by: Derek Straka <derek@asterius.io> 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] = "8bb269eb9bb46b87e7c8233d7e7debdf1f8b74bf90cc1789988c29b37a97b695"
|
||||
|
||||
PYPI_PACKAGE = "flask_wtf"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-flask \
|
||||
${PYTHON_PN}-itsdangerous \
|
||||
${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-wtforms \
|
||||
"
|
||||
Reference in New Issue
Block a user