summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-wtforms_3.1.2.bb
diff options
context:
space:
mode:
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.bb24
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 @@
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://LICENSE.rst;md5=17ed54aa95f4a6cd0d7a4747d14b64d0"
7
8SRC_URI[sha256sum] = "f8d76180d7239c94c6322f7990ae1216dae3659b7aa1cee94b6318bdffb474b9"
9
10UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/WTForms"
11UPSTREAM_CHECK_REGEX = "/WTForms/(?P<pver>(\d+[\.\-_]*)+)"
12
13inherit pypi python_hatchling
14
15DEPENDS += "\
16 python3-pip-native \
17 python3-babel-native \
18 "
19
20RDEPENDS:${PN} += "\
21 python3-netserver \
22 python3-numbers \
23 python3-markupsafe \
24 "