Skip to content

Commit

Permalink
python3-paramiko: fixing runtime dependencies
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
simingy authored and kraj committed Oct 17, 2020
1 parent 10cac08 commit a952d21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meta-python/recipes-devtools/python/python3-paramiko_2.7.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ inherit pypi setuptools3

CLEANBROKEN = "1"

RDEPENDS_${PN} += "\
${PYTHON_PN}-bcrypt \
${PYTHON_PN}-cryptography \
${PYTHON_PN}-pynacl \
${PYTHON_PN}-unixadmin \
"

0 comments on commit a952d21

Please sign in to comment.