diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-04-13 10:16:56 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:20 +0200 |
commit | 381d498441bd66bdae2d8da1ddcaadee1ff6de73 (patch) | |
tree | 2a31ade521a0bcf4f4d5819f436cbd3b95b56d45 /meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb | |
parent | 962e2ab371844f5119df2b8ab4a4231f6f7f9f3d (diff) | |
download | meta-openembedded-381d498441bd66bdae2d8da1ddcaadee1ff6de73.tar.gz |
python-flask-navigation: Add recipe for version 0.2.0
It's the navigation of Flask application.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb b/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb new file mode 100644 index 000000000..8ff6abcfd --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-navigation_0.2.0.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | DESCRIPTION = "The navigation of Flask application." | ||
2 | LICENSE = "MIT" | ||
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=af2ec695dc1f3eb7bd74f79a68a0d789" | ||
4 | |||
5 | SRC_URI[md5sum] = "d1075ee02a3f69da37e5cadad3395f31" | ||
6 | SRC_URI[sha256sum] = "c42d30efa989ca877444a410e8a1cd2563546f9effe3d9fe388eedf7a6c69285" | ||
7 | |||
8 | PYPI_PACKAGE = "Flask-Navigation" | ||
9 | |||
10 | inherit pypi setuptools | ||
11 | |||
12 | RDEPENDS_${PN} = "python-blinker" | ||