aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
diff options
context:
space:
mode:
authorBill Randle <bill.randle@gmail.com>2017-12-07 21:45:47 -0800
committerArmin Kuster <akuster808@gmail.com>2017-12-22 19:43:53 -0800
commit3db2251f1884d23d9823b73c5fccfbfc5cd14edd (patch)
treeb18d709a2c87db312f8bdd4dbb5dc478a3905cc3 /meta-python/recipes-devtools/python/python-wtforms_2.1.bb
parente4a673576e9cf24dffc38673f8db7041df6c099d (diff)
downloadmeta-openembedded-contrib-3db2251f1884d23d9823b73c5fccfbfc5cd14edd.tar.gz
python-wtforms: move core of recipe to a .inc file
Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-wtforms_2.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-wtforms_2.1.bb18
1 files changed, 1 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
index 5ddcb48835..fdb015e8a5 100644
--- a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
+++ b/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
@@ -1,18 +1,2 @@
-DESCRIPTION = "A flexible forms validation and rendering library for python web development."
-HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c459accc90c6ed6a94878c8fe0535be2"
-
-SRC_URI[md5sum] = "6938a541fafd1a1ae2f6b9b88588eef2"
-SRC_URI[sha256sum] = "ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc11d46f"
-
-PYPI_PACKAGE = "WTForms"
-PYPI_PACKAGE_EXT = "zip"
-
inherit pypi setuptools
-
-RDEPENDS_${PN} += "\
- ${PYTHON_PN}-netserver \
- ${PYTHON_PN}-numbers \
- "
+require python-wtforms.inc