diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-flask-sijax.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-sijax.inc | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc deleted file mode 100644 index 239c843fc..000000000 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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 | PYPI_PACKAGE = "Flask-Sijax" | ||
8 | RDEPENDS:${PN} += " \ | ||
9 | python3-flask \ | ||
10 | python3-sijax \ | ||
11 | python3-werkzeug \ | ||
12 | " | ||