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

git at git.openembedded.org git at git.openembedded.org
Sat Dec 23 04:08:39 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 dd38e0e3f2666acbac5863df648124e9669817bc
Author: Bill Randle <bill.randle at gmail.com>
AuthorDate: Thu Dec 7 21:45:39 2017 -0800

    python-flask-bootstrap: 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>
---
 ...k-bootstrap_3.3.7.1.bb => python-flask-bootstrap.inc} |  2 --
 .../python/python-flask-bootstrap_3.3.7.1.bb             | 16 +---------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
similarity index 94%
copy from meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb
copy to meta-python/recipes-devtools/python/python-flask-bootstrap.inc
index 2b2a6f9..0723b97 100644
--- a/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb
+++ b/meta-python/recipes-devtools/python/python-flask-bootstrap.inc
@@ -7,8 +7,6 @@ SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef
 
 PYPI_PACKAGE = "Flask-Bootstrap"
 
-inherit pypi setuptools
-
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-dominate \
     ${PYTHON_PN}-flask \
diff --git a/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb b/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb
index 2b2a6f9..eeaade9 100644
--- a/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb
+++ b/meta-python/recipes-devtools/python/python-flask-bootstrap_3.3.7.1.bb
@@ -1,16 +1,2 @@
-DESCRIPTION = "An extension that includes Bootstrap in your project, without any boilerplate code."
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a03749709f06118a17349deb5a210619"
-
-SRC_URI[md5sum] = "e40d50f5c5b6438c1c6200a6f2871f81"
-SRC_URI[sha256sum] = "cb08ed940183f6343a64e465e83b3a3f13c53e1baabb8d72b5da4545ef123ac8"
-
-PYPI_PACKAGE = "Flask-Bootstrap"
-
 inherit pypi setuptools
-
-RDEPENDS_${PN} += "\
-    ${PYTHON_PN}-dominate \
-    ${PYTHON_PN}-flask \
-    ${PYTHON_PN}-visitor \
-    "
+require python-flask-bootstrap.inc

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


More information about the Openembedded-commits mailing list