aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-flask-sijax.inc
blob: 239c843fce24b2d7cefc1f66c70f39822f08cf07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "An extension for the Flask microframework that adds Sijax support."
HOMEPAGE = "https://github.com/spantaleev/flask-sijax"
LICENSE = "BSD-3-Clause"

LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"

PYPI_PACKAGE = "Flask-Sijax"
RDEPENDS:${PN} += " \
    python3-flask \
    python3-sijax \
    python3-werkzeug \
"