diff options
| author | Derek Straka <derek@asterius.io> | 2020-04-03 17:21:20 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-03 14:45:54 -0700 |
| commit | 490858976f7e5f7d659d0a803d7da28487387d53 (patch) | |
| tree | d694ff09c811090204d6b144f62ee7f4ed7a217b | |
| parent | dda6ccce1785865a3d3b91502e53a1678c998eda (diff) | |
| download | meta-openembedded-490858976f7e5f7d659d0a803d7da28487387d53.tar.gz | |
python-wtforms: consolidate inc and bb files into a single bb file
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 | " | ||
