diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb index e9a65c4aef..e74f315c4a 100644 --- a/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-flask-sijax_0.4.1.bb | |||
@@ -1,4 +1,18 @@ | |||
1 | DESCRIPTION = "An extension for the Flask microframework that adds Sijax support." | ||
2 | HOMEPAGE = "https://github.com/spantaleev/flask-sijax" | ||
3 | LICENSE = "BSD-3-Clause" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" | ||
6 | |||
7 | SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f" | ||
8 | |||
9 | PYPI_PACKAGE = "Flask-Sijax" | ||
10 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
11 | |||
1 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
2 | require python-flask-sijax.inc | ||
3 | 13 | ||
4 | SRC_URI[sha256sum] = "fb2bf2d4f75408185102195055d75549fee8d9c9e954dca2427186925cdc429f" \ No newline at end of file | 14 | RDEPENDS:${PN} += " \ |
15 | python3-flask \ | ||
16 | python3-sijax \ | ||
17 | python3-werkzeug \ | ||
18 | " | ||