python3-paramiko: stop using PYTHON_PN

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

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski
2023-06-23 16:38:34 +02:00
committed by Khem Raj
parent edffdc715e
commit be836c0115

View File

@@ -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 \
"