diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-paramiko_2.1.1.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-paramiko_2.1.1.bb b/meta-openstack/recipes-devtools/python/python-paramiko_2.1.1.bb index e257cff..ed37dc4 100644 --- a/meta-openstack/recipes-devtools/python/python-paramiko_2.1.1.bb +++ b/meta-openstack/recipes-devtools/python/python-paramiko_2.1.1.bb | |||
| @@ -16,4 +16,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 16 | 16 | ||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | RDEPENDS_${PN} += "python-pycrypto" | 19 | RDEPENDS_${PN} += " \ |
| 20 | python-cryptography \ | ||
| 21 | python-pyasn1 \ | ||
| 22 | python-pycrypto \ | ||
| 23 | " | ||
