mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
python3-flask-sijax: stop using PYTHON_PN
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>
This commit is contained in:
committed by
Khem Raj
parent
741271afd8
commit
cbfa641b94
@@ -5,4 +5,4 @@ LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6"
|
||||
|
||||
PYPI_PACKAGE = "Flask-Sijax"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-sijax"
|
||||
RDEPENDS:${PN} += "python3-sijax"
|
||||
|
||||
Reference in New Issue
Block a user