From: Bartosz Golaszewski <[email protected]> We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
Signed-off-by: Bartosz Golaszewski <[email protected]> --- .../recipes-networking/python/python3-ldap_3.4.3.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb b/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb index f2c0d2ee1..2091f63a9 100644 --- a/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb +++ b/meta-python/recipes-networking/python/python3-ldap_3.4.3.bb @@ -22,8 +22,8 @@ do_configure:prepend() { } RDEPENDS:${PN} = " \ - ${PYTHON_PN}-pprint \ - ${PYTHON_PN}-threading \ - ${PYTHON_PN}-pyasn1 \ - ${PYTHON_PN}-pyasn1-modules \ + python3-pprint \ + python3-pyasn1 \ + python3-pyasn1-modules \ + python3-threading \ " -- 2.39.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#102937): https://lists.openembedded.org/g/openembedded-devel/message/102937 Mute This Topic: https://lists.openembedded.org/mt/99237914/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
