From: Bartosz Golaszewski <[email protected]> We no longer support python2 so use python3 explicitly.
While at it: use '+=' for RDEPENDS assignment. Signed-off-by: Bartosz Golaszewski <[email protected]> --- meta-python/recipes-devtools/python/python-flask-sijax.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python-flask-sijax.inc b/meta-python/recipes-devtools/python/python-flask-sijax.inc index 4264f8f6d..036cf7c3b 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" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=266adc7b911b7c84b837bf77196e1ba6" PYPI_PACKAGE = "Flask-Sijax" -RDEPENDS:${PN} = "${PYTHON_PN}-sijax" \ No newline at end of file +RDEPENDS:${PN} += "python3-sijax" -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#103525): https://lists.openembedded.org/g/openembedded-devel/message/103525 Mute This Topic: https://lists.openembedded.org/mt/99719628/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
