aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-flask-bootstrap.inc
diff options
context:
space:
mode:
authorBill Randle <bill.randle@gmail.com>2017-12-07 21:45:39 -0800
committerArmin Kuster <akuster808@gmail.com>2017-12-22 19:43:38 -0800
commitfc0a729fb2332d87f7ea42e8d9471beacd82adc4 (patch)
treebb91184ce479f24e93284db5b4ad0133658a126d /recipes-devtools/python/python-flask-bootstrap.inc
parent1fd206ecf0ccec89adddc5aa9df0a41651117bdf (diff)
downloadmeta-python2-fc0a729fb2332d87f7ea42e8d9471beacd82adc4.tar.gz
python-flask-bootstrap: move core of recipe to a .inc file
(From meta-openembedded commit: dd38e0e3f2666acbac5863df648124e9669817bc) Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-flask-bootstrap.inc')
-rw-r--r--recipes-devtools/python/python-flask-bootstrap.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-flask-bootstrap.inc b/recipes-devtools/python/python-flask-bootstrap.inc
new file mode 100644
index 0000000..0723b97
--- /dev/null
+++ b/recipes-devtools/python/python-flask-bootstrap.inc
@@ -0,0 +1,14 @@
+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"
+
+RDEPENDS_${PN} += "\
+ ${PYTHON_PN}-dominate \
+ ${PYTHON_PN}-flask \
+ ${PYTHON_PN}-visitor \
+ "