diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:35:34 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:35:34 +0200 |
| commit | c8e3362d11fcef397421ce6f39a3905af3c7e828 (patch) | |
| tree | 4b16d3beb1d373a894a2d62fcc7745f0add99fa7 /meta-openstack/recipes-devtools/python | |
| parent | 23e5f17c287218817177a831676a05e1303e615d (diff) | |
| download | meta-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.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 | " | ||
