mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-wtforms: Upgrade 2.3.1 -> 2.3.3
Upgrade to release 2.3.3: - Includes the missing translation files - Fixed a bug with SelectField choices shortcut at form submission License-Update: Use the exact line from PKG-INFO. The license remains the same. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
17
meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
Normal file
17
meta-python/recipes-devtools/python/python3-wtforms_2.3.3.bb
Normal file
@@ -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;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
|
||||
|
||||
SRC_URI[md5sum] = "2b6ea167a71c6becf20f0934417fd06c"
|
||||
SRC_URI[sha256sum] = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c"
|
||||
|
||||
PYPI_PACKAGE = "WTForms"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
"
|
||||
Reference in New Issue
Block a user