summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 13:50:19 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 13:51:46 +0200
commit237a67fdb94250004f944c1c1b21bbaa7caa3190 (patch)
tree8a2b9ec440a771d174d7faaae028335023bc6ada /meta-openstack/recipes-devtools/python
parent015012c51419370ef76fa85b8013bafbcd487059 (diff)
downloadmeta-cloud-services-237a67fdb94250004f944c1c1b21bbaa7caa3190.tar.gz
python-nova: Update dependency list and sort alphabetically
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-nova_git.bb147
1 files changed, 82 insertions, 65 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index 0c80cc5..31e3aad 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -262,71 +262,88 @@ DEPENDS += " \
262 python-pbr \ 262 python-pbr \
263 " 263 "
264 264
265RDEPENDS_${PN} = " libvirt \ 265RDEPENDS_${PN} = " \
266 python-keystone \ 266 libvirt \
267 python-keystonemiddleware \ 267 python-amqp \
268 python-modules \ 268 python-amqplib \
269 python-misc \ 269 python-anyjson \
270 python-amqp \ 270 python-babel \
271 python-amqplib \ 271 python-boto \
272 python-anyjson \ 272 python-castellan \
273 python-babel \ 273 python-cheetah \
274 python-boto \ 274 python-cinderclient \
275 python-novaclient \ 275 python-cliff \
276 python-cinderclient \ 276 python-cryptography \
277 python-cliff \ 277 python-debtcollector \
278 python-cheetah \ 278 python-decorator \
279 python-eventlet \ 279 python-ecdsa \
280 python-feedparser \ 280 python-eventlet \
281 python-glanceclient \ 281 python-feedparser \
282 python-greenlet \ 282 python-glanceclient \
283 python-httplib2 \ 283 python-greenlet \
284 python-iso8601 \ 284 python-httplib2 \
285 python-jinja2 \ 285 python-iso8601 \
286 python-kombu \ 286 python-jinja2 \
287 python-lxml \ 287 python-jsonschema \
288 python-netaddr \ 288 python-keystone \
289 python-oslo.config \ 289 python-keystoneauth1 \
290 python-oslo.rootwrap \ 290 python-keystonemiddleware \
291 python-oslo.concurrency \ 291 python-kombu \
292 python-oslo.middleware \ 292 python-lxml \
293 python-oslo.context \ 293 python-microversion-parse \
294 python-oslo.log \ 294 python-misc \
295 python-paste \ 295 python-modules \
296 python-pastedeploy \ 296 python-monotonic \
297 python-paramiko \ 297 python-netaddr \
298 python-psutil \ 298 python-netifaces \
299 python-pyasn1 \ 299 python-neutronclient \
300 python-setuptools-git \ 300 python-novaclient \
301 python-simplejson \ 301 python-os-brick \
302 python-jsonschema \ 302 python-os-vif \
303 python-six \ 303 python-os-win \
304 python-setuptools \ 304 python-oslo.cache \
305 python-sqlalchemy \ 305 python-oslo.concurrency \
306 python-sqlalchemy-migrate \ 306 python-oslo.config \
307 python-stevedore \ 307 python-oslo.context \
308 python-suds-jurko \ 308 python-oslo.db \
309 python-neutronclient \ 309 python-oslo.i18n \
310 python-routes \ 310 python-oslo.log \
311 python-webob \ 311 python-oslo.messaging \
312 python-websockify \ 312 python-oslo.middleware \
313 python-pbr \ 313 python-oslo.policy \
314 spice-html5 \ 314 python-oslo.privsep \
315 python-posix-ipc \ 315 python-oslo.reports \
316 python-rfc3986 \ 316 python-oslo.rootwrap \
317 python-oslo.i18n \ 317 python-oslo.serialization \
318 python-sqlparse \ 318 python-oslo.service \
319 python-netifaces \ 319 python-oslo.utils \
320 python-retrying \ 320 python-oslo.versionedobjects \
321 python-debtcollector \ 321 python-paramiko \
322 python-ecdsa \ 322 python-paste \
323 python-wrapt \ 323 python-pastedeploy \
324 python-oslo.versionedobjects \ 324 python-pbr \
325 python-oslo.reports \ 325 python-posix-ipc \
326 python-monotonic \ 326 python-prettytable \
327 python-oslo.service \ 327 python-psutil \
328 python-os-brick \ 328 python-pyasn1 \
329 " 329 python-requests \
330 python-retrying \
331 python-rfc3986 \
332 python-routes \
333 python-setuptools \
334 python-setuptools-git \
335 python-simplejson \
336 python-six \
337 python-sqlalchemy \
338 python-sqlalchemy-migrate \
339 python-sqlparse \
340 python-stevedore \
341 python-suds-jurko \
342 python-webob \
343 python-websockify \
344 python-wrapt \
345 spice-html5 \
346 "
330 347
331RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ 348RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \
332 iptables curl dnsmasq sudo procps" 349 iptables curl dnsmasq sudo procps"