diff options
| author | Derek Straka <derek@asterius.io> | 2023-12-20 22:38:49 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-21 08:00:43 -0800 |
| commit | 34a49f38c57cfe2cc61ddbe28ad9165950f1fa0d (patch) | |
| tree | 9d6f283c7a59d827ebb72872681c40f145bc2bb4 /meta-python/recipes-devtools/python/python3-wtforms_3.0.1.bb | |
| parent | ef76589e4b89f7b8e794624963f8dcab94788ad3 (diff) | |
| download | meta-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.bb | 23 |
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 @@ | |||
| 1 | DESCRIPTION = "A flexible forms validation and rendering library for python web development." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WTForms" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "6b351bbb12dd58af57ffef05bc78425d08d1914e0fd68ee14143b7ade023c5bc" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "WTForms" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 | ||
| 13 | |||
| 14 | DEPENDS += "\ | ||
| 15 | ${PYTHON_PN}-pip-native \ | ||
| 16 | ${PYTHON_PN}-babel-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += "\ | ||
| 20 | ${PYTHON_PN}-netserver \ | ||
| 21 | ${PYTHON_PN}-numbers \ | ||
| 22 | ${PYTHON_PN}-markupsafe \ | ||
| 23 | " | ||
