mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

We no longer support python2 so use python3 explicitly. While at it: use '+=' for RDEPENDS assignment. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
9 lines
305 B
PHP
9 lines
305 B
PHP
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-sijax"
|