Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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" | ||||
Patrick Williams | 520786c | 2023-06-25 16:20:36 -0500 | [diff] [blame] | 8 | RDEPENDS:${PN} += " \ |
9 | python3-flask \ | ||||
10 | python3-sijax \ | ||||
11 | python3-werkzeug \ | ||||
12 | " |