diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-23 16:38:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-24 09:01:52 -0700 |
commit | a0151160bc9cb68cf53063d3df0c5d83f23c68f3 (patch) | |
tree | 62635534bb16f6b25386d238e4721294f546303d /meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb | |
parent | be836c011586557bbaebd1f81056e110963e86a4 (diff) | |
download | meta-openembedded-a0151160bc9cb68cf53063d3df0c5d83f23c68f3.tar.gz |
python3-paramiko: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-paramiko_3.2.0.bb | 1 |
1 files changed, 1 insertions, 0 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 2f3cf6eb79..5420a9edc8 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 | |||
@@ -14,6 +14,7 @@ CLEANBROKEN = "1" | |||
14 | RDEPENDS:${PN} += " \ | 14 | RDEPENDS:${PN} += " \ |
15 | python3-bcrypt \ | 15 | python3-bcrypt \ |
16 | python3-cryptography \ | 16 | python3-cryptography \ |
17 | python3-logging \ | ||
17 | python3-pynacl \ | 18 | python3-pynacl \ |
18 | python3-unixadmin \ | 19 | python3-unixadmin \ |
19 | " | 20 | " |