blob: 239c843fce24b2d7cefc1f66c70f39822f08cf07 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DESCRIPTION = "An extension for the Flask microframework that adds Sijax support."
2HOMEPAGE = "https://github.com/spantaleev/flask-sijax"
3LICENSE = "BSD-3-Clause"
4
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"
6
7PYPI_PACKAGE = "Flask-Sijax"
Patrick Williams520786c2023-06-25 16:20:36 -05008RDEPENDS:${PN} += " \
9 python3-flask \
10 python3-sijax \
11 python3-werkzeug \
12"