summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python-wtforms.inc15
-rw-r--r--meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb17
2 files changed, 16 insertions, 16 deletions
diff --git a/meta-python/recipes-devtools/python/python-wtforms.inc b/meta-python/recipes-devtools/python/python-wtforms.inc
deleted file mode 100644
index 93c5bc4e97..0000000000
--- a/meta-python/recipes-devtools/python/python-wtforms.inc
+++ /dev/null
@@ -1,15 +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"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c4660c132770d5d0a5757541f6b79493"
6
7SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a"
8SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61"
9
10PYPI_PACKAGE = "WTForms"
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-netserver \
14 ${PYTHON_PN}-numbers \
15 "
diff --git a/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb b/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb
index add59cf7d6..2b7af62671 100644
--- a/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb
@@ -1,2 +1,17 @@
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"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c4660c132770d5d0a5757541f6b79493"
6
7SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a"
8SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61"
9
10PYPI_PACKAGE = "WTForms"
11
1inherit pypi setuptools3 12inherit pypi setuptools3
2require python-wtforms.inc 13
14RDEPENDS_${PN} += "\
15 ${PYTHON_PN}-netserver \
16 ${PYTHON_PN}-numbers \
17 "