mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-09 22:00:00 +00:00
python3-wtforms: Upgrade 3.0.0 -> 3.0.1
Upgrade to release 3.0.1: - Fixed :class:`~fields.DateTimeField` and other similar fields can handle multiple formats - Stop support for python 3.6 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
23
meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
Normal file
23
meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
Normal file
@@ -0,0 +1,23 @@
|
||||
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;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
|
||||
|
||||
SRC_URI[sha256sum] = "6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc"
|
||||
|
||||
PYPI_PACKAGE = "WTForms"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
DEPENDS += "\
|
||||
${PYTHON_PN}-pip-native \
|
||||
${PYTHON_PN}-babel-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-markupsafe \
|
||||
"
|
||||
Reference in New Issue
Block a user