diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python-wtforms.inc | 15 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-wtforms_2.2.1.bb | 17 |
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 @@ | |||
| 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=c4660c132770d5d0a5757541f6b79493" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a" | ||
| 8 | SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "WTForms" | ||
| 11 | |||
| 12 | RDEPENDS_${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 @@ | |||
| 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=c4660c132770d5d0a5757541f6b79493" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a" | ||
| 8 | SRC_URI[sha256sum] = "0cdbac3e7f6878086c334aa25dc5a33869a3954e9d1e015130d65a69309b3b61" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "WTForms" | ||
| 11 | |||
| 1 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
| 2 | require python-wtforms.inc | 13 | |
| 14 | RDEPENDS_${PN} += "\ | ||
| 15 | ${PYTHON_PN}-netserver \ | ||
| 16 | ${PYTHON_PN}-numbers \ | ||
| 17 | " | ||
