Skip to content

Commit a952d21

Browse files
simingykraj
authored andcommitted
python3-paramiko: fixing runtime dependencies
added bcrypt, cryptography, pynacl, unixadmin as required by the actual python package. Signed-off-by: Siming Yuan <[email protected]> Signed-off-by: Khem Raj <[email protected]> Signed-off-by: Trevor Gamblin <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 10cac08 commit a952d21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ inherit pypi setuptools3
1212

1313
CLEANBROKEN = "1"
1414

15+
RDEPENDS_${PN} += "\
16+
${PYTHON_PN}-bcrypt \
17+
${PYTHON_PN}-cryptography \
18+
${PYTHON_PN}-pynacl \
19+
${PYTHON_PN}-unixadmin \
20+
"

0 commit comments

Comments
 (0)