summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-20 22:38:49 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-21 08:00:43 -0800
commit34a49f38c57cfe2cc61ddbe28ad9165950f1fa0d (patch)
tree9d6f283c7a59d827ebb72872681c40f145bc2bb4 /meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
parentef76589e4b89f7b8e794624963f8dcab94788ad3 (diff)
downloadmeta-openembedded-34a49f38c57cfe2cc61ddbe28ad9165950f1fa0d.tar.gz
python3-wtforms: update to version 3.1.1
Updated the license file and verified terms remained the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
deleted file mode 100644
index 36a0191dc9..0000000000
--- a/meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1DESCRIPTION = "A flexible forms validation and rendering library for python web development."
2HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
3SECTION = "devel/python"
4LICENSE = "BSD-3-Clause"
5
6LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d"
7
8SRC_URI[sha256sum] = "6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc"
9
10PYPI_PACKAGE = "WTForms"
11
12inherit pypi setuptools3
13
14DEPENDS += "\
15 ${PYTHON_PN}-pip-native \
16 ${PYTHON_PN}-babel-native \
17 "
18
19RDEPENDS:${PN} += "\
20 ${PYTHON_PN}-netserver \
21 ${PYTHON_PN}-numbers \
22 ${PYTHON_PN}-markupsafe \
23 "