[oe-commits] [meta-openembedded] 09/30: python-wtforms: move core of recipe to a .inc file

git at git.openembedded.org git at git.openembedded.org
Sat Dec 23 04:08:47 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit 3db2251f1884d23d9823b73c5fccfbfc5cd14edd
Author: Bill Randle <bill.randle at gmail.com>
AuthorDate: Thu Dec 7 21:45:47 2017 -0800

    python-wtforms: move core of recipe to a .inc file
    
    Signed-off-by: Bill Randle <bill.randle at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../{python-wtforms_2.1.bb => python-wtforms.inc}      |  2 --
 .../recipes-devtools/python/python-wtforms_2.1.bb      | 18 +-----------------
 2 files changed, 1 insertion(+), 19 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb b/meta-python/recipes-devtools/python/python-wtforms.inc
similarity index 95%
copy from meta-python/recipes-devtools/python/python-wtforms_2.1.bb
copy to meta-python/recipes-devtools/python/python-wtforms.inc
index 5ddcb48..916697f 100644
--- a/meta-python/recipes-devtools/python/python-wtforms_2.1.bb
+++ b/meta-python/recipes-devtools/python/python-wtforms.inc
@@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "ffdf10bd1fa565b8233380cb77a304cd36fd55c73023e91d4b803c96bc
 PYPI_PACKAGE = "WTForms"
 PYPI_PACKAGE_EXT = "zip"
 
-inherit pypi setuptools
-
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-netserver \
     ${PYTHON_PN}-numbers \
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 5ddcb48..fdb015e 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list