diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb b/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb deleted file mode 100644 index b3ba14ff7f..0000000000 --- a/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb +++ /dev/null | |||
@@ -1,24 +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://LICENSE.rst;md5=17ed54aa95f4a6cd0d7a4747d14b64d0" | ||
7 | |||
8 | SRC_URI[sha256sum] = "f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9" | ||
9 | |||
10 | UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/WTForms" | ||
11 | UPSTREAM_CHECK_REGEX = "/WTForms/(?P<pver>(\d+[\.\-_]*)+)" | ||
12 | |||
13 | inherit pypi python_hatchling | ||
14 | |||
15 | DEPENDS += "\ | ||
16 | python3-pip-native \ | ||
17 | python3-babel-native \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS:${PN} += "\ | ||
21 | python3-netserver \ | ||
22 | python3-numbers \ | ||
23 | python3-markupsafe \ | ||
24 | " | ||