diff options
Diffstat (limited to 'meta-python')
-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 | " |