mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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:
committed by
Khem Raj
parent
edffdc715e
commit
be836c0115
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user