From: Bartosz Golaszewski <bartosz.golaszew...@linaro.org>

We no longer support python2 so stop using PYTHON_PN and use python3
explicitly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszew...@linaro.org>
---
 .../recipes-devtools/python/python3-paramiko_3.2.0.bb  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb 
b/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb
index f2d8bfe44..2f3cf6eb7 100644
--- a/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb
@@ -11,9 +11,9 @@ inherit pypi setuptools3
 
 CLEANBROKEN = "1"
 
-RDEPENDS:${PN} += "\
-    ${PYTHON_PN}-bcrypt \
-    ${PYTHON_PN}-cryptography \
-    ${PYTHON_PN}-pynacl \
-    ${PYTHON_PN}-unixadmin \
+RDEPENDS:${PN} += " \
+    python3-bcrypt \
+    python3-cryptography \
+    python3-pynacl \
+    python3-unixadmin \
 "
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#103504): 
https://lists.openembedded.org/g/openembedded-devel/message/103504
Mute This Topic: https://lists.openembedded.org/mt/99719593/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to