From: Bartosz Golaszewski <[email protected]> Don't use PYTHON_PN, order includes alphabetically and fix whitespaces.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-devtools/python/python3-redis_4.5.5.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb index 40210b5e2..056a31398 100644 --- a/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb +++ b/meta-python/recipes-devtools/python/python3-redis_4.5.5.bb @@ -8,9 +8,9 @@ SRC_URI[sha256sum] = "dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443 inherit pypi setuptools3 -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-cryptography \ - ${PYTHON_PN}-packaging \ - ${PYTHON_PN}-asyncio \ +RDEPENDS:${PN} += " \ + python3-asyncio \ + python3-cryptography \ + python3-datetime \ + python3-packaging \ " -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102984): https://lists.openembedded.org/g/openembedded-devel/message/102984 Mute This Topic: https://lists.openembedded.org/mt/99237964/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
