diff options
author | Wang Mingyu <wangmy@cn.fujitsu.com> | 2020-06-17 13:38:55 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-19 12:08:31 -0700 |
commit | 1b2bb7da0939693090d0bfcdc5af99261f4fd4b3 (patch) | |
tree | e607d8117647c056bd0248601321540f3fe4999f /meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb | |
parent | ded7d43798f0261f41a1ed2f82c93a24c89081d6 (diff) | |
download | meta-openembedded-1b2bb7da0939693090d0bfcdc5af99261f4fd4b3.tar.gz |
python3-wtforms: upgrade 2.2.1 -> 2.3.1
License-Update: Updated text to BSD-3-Clause [1]
[1] https://github.com/wtforms/wtforms/commit/c2f28fc2972c27924202a3c56a75325bf845b81e#diff-cf47bc86e86f9fdc5feae6f28982bcb2
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb new file mode 100644 index 0000000000..9f081b68ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-wtforms_2.3.1.bb | |||
@@ -0,0 +1,17 @@ | |||
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;md5=208ce1c159f911ecf389806650582021" | ||
6 | |||
7 | SRC_URI[md5sum] = "bff06943e59671581af07f80d14bda5f" | ||
8 | SRC_URI[sha256sum] = "861a13b3ae521d6700dac3b2771970bd354a63ba7043ecc3a82b5288596a1972" | ||
9 | |||
10 | PYPI_PACKAGE = "WTForms" | ||
11 | |||
12 | inherit pypi setuptools3 | ||
13 | |||
14 | RDEPENDS_${PN} += "\ | ||
15 | ${PYTHON_PN}-netserver \ | ||
16 | ${PYTHON_PN}-numbers \ | ||
17 | " | ||