mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 21:33:57 +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:
parent
edffdc715e
commit
be836c0115
@ -11,9 +11,9 @@ inherit pypi setuptools3
|
|||||||
|
|
||||||
CLEANBROKEN = "1"
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "\
|
RDEPENDS:${PN} += " \
|
||||||
${PYTHON_PN}-bcrypt \
|
python3-bcrypt \
|
||||||
${PYTHON_PN}-cryptography \
|
python3-cryptography \
|
||||||
${PYTHON_PN}-pynacl \
|
python3-pynacl \
|
||||||
${PYTHON_PN}-unixadmin \
|
python3-unixadmin \
|
||||||
"
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user