mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-09 01:22:02 +00:00
Changelog: ========== - pre-commit autoupdate - remove slsa provenance - Support for Python 3.14 - Try not to read uploaded files into memory - Migrate the project to uv - ReCaptcha field testing mode documentation - Allow nonce in reCaptcha - CSRF meta tag helper - widget support the kwargs to add custom html attributes - Respect exempts in CSRFProtect.protect() - Adding RECAPTCHA_ENABLE to disable recaptcha - Improve CSRF Documentation Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
18 lines
466 B
BlitzBasic
18 lines
466 B
BlitzBasic
DESCRIPTION = "Simple integration of Flask and WTForms."
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=d98d089889e14b227732d45dac3aacc4"
|
|
|
|
SRC_URI[sha256sum] = "61d5dabc50c3df885c297dcbd80810443a5d632106c8a69cab8ce740f0cdd7cc"
|
|
|
|
PYPI_PACKAGE = "flask_wtf"
|
|
UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-flask \
|
|
python3-itsdangerous \
|
|
python3-json \
|
|
python3-wtforms \
|
|
"
|