mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-22 08:30:13 +00:00
python3-wtforms: upgrade 2.2.1 -> 2.3.1
License-Update: Updated text to BSD-3-Clause [1] [1] https://github.com/wtforms/wtforms/commit/c2f28fc2972c27924202a3c56a75325bf845b81e#diff-cf47bc86e86f9fdc5feae6f28982bcb2 Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.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 = "A flexible forms validation and rendering library for python web development."
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=208ce1c159f911ecf389806650582021"
|
||||
|
||||
SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f"
|
||||
SRC_URI[sha256sum] = "861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972"
|
||||
|
||||
PYPI_PACKAGE = "WTForms"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
Reference in New Issue
Block a user