diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | cbfa641b94b96f4394a24f8dfb5bdb7ac3925ab5 (patch) | |
tree | 9c07025623282edfc9dedcdb842450744303b85b /meta-python | |
parent | 741271afd89c554ec853b70bbb92e0b99ad77228 (diff) | |
download | meta-openembedded-cbfa641b94b96f4394a24f8dfb5bdb7ac3925ab5.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-flask-sijax.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index 4264f8f6d5..036cf7c3b2 100644 --- a/meta-python/recipes-devtools/python/python-flask-sijax.inc +++ b/meta-python/recipes-devtools/python/python-flask-sijax.inc | |||
@@ -5,4 +5,4 @@ LICENSE = "BSD-3-Clause" | |||
5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" |
6 | 6 | ||
7 | PYPI_PACKAGE = "Flask-Sijax" | 7 | PYPI_PACKAGE = "Flask-Sijax" |
8 | RDEPENDS:${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file | 8 | RDEPENDS:${PN} += "python3-sijax" |