summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-wtforms.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2020-04-03 17:21:20 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-03 14:45:54 -0700
commit490858976f7e5f7d659d0a803d7da28487387d53 (patch)
treed694ff09c811090204d6b144f62ee7f4ed7a217b /meta-python/recipes-devtools/python/python-wtforms.inc
parentdda6ccce1785865a3d3b91502e53a1678c998eda (diff)
downloadmeta-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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-wtforms.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-wtforms.inc15
1 files changed, 0 insertions, 15 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 "