mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-06 05:40:29 +00:00
Remove redundant UPSTREAM_CHECK_PYPI_PACKAGE assignments of PYPI_PACKAGE, which is the default value. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
17 lines
418 B
BlitzBasic
17 lines
418 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"
|
|
|
|
inherit pypi python_hatchling
|
|
|
|
RDEPENDS:${PN} = "\
|
|
python3-flask \
|
|
python3-itsdangerous \
|
|
python3-json \
|
|
python3-wtforms \
|
|
"
|