From: Bartosz Golaszewski <[email protected]>

We no longer support python2. Drop PYTHON_PN and use python3 explicitly.
While at it: make indentation consistent

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
 .../recipes-devtools/python/python3-pykwalify_1.8.0.bb      | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb 
b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
index 6d93f384e..01196d864 100644
--- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb
@@ -11,9 +11,9 @@ PYPI_PACKAGE = "pykwalify"
 inherit setuptools3 pypi
 
 RDEPENDS:${PN} = "\
-    ${PYTHON_PN}-docopt \
-    ${PYTHON_PN}-dateutil \
-    ${PYTHON_PN}-ruamel-yaml \
+    python3-dateutil \
+    python3-docopt \
+    python3-ruamel-yaml \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#102949): 
https://lists.openembedded.org/g/openembedded-devel/message/102949
Mute This Topic: https://lists.openembedded.org/mt/99237927/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to