diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-12-11 20:07:29 +0100 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-12-13 08:06:53 -0800 | 
| commit | f0ee69cefd890edef50aba240e39f1dbf44af5f0 (patch) | |
| tree | 995051e126240bcd9027cc69953c18a2d6e22dfc /meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb | |
| parent | a380b74d983d366110f19b2c323fced6b21d5d46 (diff) | |
| download | meta-openembedded-f0ee69cefd890edef50aba240e39f1dbf44af5f0.tar.gz | |
python3-wtforms: update to 3.0.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb | 20 | 
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb new file mode 100644 index 0000000000..b63be82038 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wtforms_3.0.0.bb  | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a9f8f0d527c043d" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "4abfbaa1d529a1d0ac927d44af8dbb9833afd910e56448a103f1893b0b176886" | ||
| 8 | |||
| 9 | PYPI_PACKAGE = "WTForms" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 | ||
| 12 | |||
| 13 | DEPENDS += "\ | ||
| 14 | ${PYTHON_PN}-pip-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += "\ | ||
| 18 | ${PYTHON_PN}-netserver \ | ||
| 19 | ${PYTHON_PN}-numbers \ | ||
| 20 | " | ||
