summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-10 13:26:27 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-10 15:23:23 +0200
commit029fde3117b8657524d00e2aee9ecd21dee75d28 (patch)
treeef85b975292157248def5f7fbd4847fc7b2abd57
parent910f8e04ec87a80d94d709733c8eaf19ad43193a (diff)
downloadmeta-cloud-services-029fde3117b8657524d00e2aee9ecd21dee75d28.tar.gz
python-wsme: Update dependency list
This is according to v0.9.1. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
index e74efd9..db6d132 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
@@ -26,5 +26,10 @@ DEPENDS += " \
26 " 26 "
27 27
28RDEPENDS_${PN} += "\ 28RDEPENDS_${PN} += "\
29 python-netaddr \
29 python-pbr \ 30 python-pbr \
31 python-pytz \
32 python-simplegeneric \
33 python-six \
34 python-webob \
30 " 35 "