diff options
author | Siming Yuan <siyuan@cisco.com> | 2020-10-14 14:01:19 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-16 23:11:58 -0700 |
commit | a952d211688265251d596e3f6eb326dcb98b1849 (patch) | |
tree | 175cc6ec52225e792596c8f21b2c3f422dce61cb /meta-python/recipes-devtools/python | |
parent | 10cac080905e096d71109532fe00e53602875e48 (diff) | |
download | meta-openembedded-a952d211688265251d596e3f6eb326dcb98b1849.tar.gz |
python3-paramiko: fixing runtime dependencies
added bcrypt, cryptography, pynacl, unixadmin as required by the
actual python package.
Signed-off-by: Siming Yuan <siyuan@cisco.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb index 324847c31b..eb7ce62b83 100644 --- a/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb | |||
@@ -12,3 +12,9 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | CLEANBROKEN = "1" | 13 | CLEANBROKEN = "1" |
14 | 14 | ||
15 | RDEPENDS_${PN} += "\ | ||
16 | ${PYTHON_PN}-bcrypt \ | ||
17 | ${PYTHON_PN}-cryptography \ | ||
18 | ${PYTHON_PN}-pynacl \ | ||
19 | ${PYTHON_PN}-unixadmin \ | ||
20 | " | ||