diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:34 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | be836c011586557bbaebd1f81056e110963e86a4 (patch) | |
tree | c4f2fdafc18e5381305ef410058f487a65f07837 | |
parent | edffdc715e31a2b099ca7421f808f3e6f6233069 (diff) | |
download | meta-openembedded-be836c011586557bbaebd1f81056e110963e86a4.tar.gz |
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb | 10 |
1 files 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 f2d8bfe44b..2f3cf6eb79 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 | |||
11 | 11 | ||
12 | CLEANBROKEN = "1" | 12 | CLEANBROKEN = "1" |
13 | 13 | ||
14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += " \ |
15 | ${PYTHON_PN}-bcrypt \ | 15 | python3-bcrypt \ |
16 | ${PYTHON_PN}-cryptography \ | 16 | python3-cryptography \ |
17 | ${PYTHON_PN}-pynacl \ | 17 | python3-pynacl \ |
18 | ${PYTHON_PN}-unixadmin \ | 18 | python3-unixadmin \ |
19 | " | 19 | " |