summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:35:34 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:35:34 +0200
commitc8e3362d11fcef397421ce6f39a3905af3c7e828 (patch)
tree4b16d3beb1d373a894a2d62fcc7745f0add99fa7 /meta-openstack/recipes-devtools/python
parent23e5f17c287218817177a831676a05e1303e615d (diff)
downloadmeta-cloud-services-c8e3362d11fcef397421ce6f39a3905af3c7e828.tar.gz
python-paramiko: Update dependency list
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-paramiko_2.1.1.bb6
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
17inherit setuptools 17inherit setuptools
18 18
19RDEPENDS_${PN} += "python-pycrypto" 19RDEPENDS_${PN} += " \
20 python-cryptography \
21 python-pyasn1 \
22 python-pycrypto \
23 "