9 Commits

Author SHA1 Message Date
OpenStack Jenkins
1cfd71c776 Updated from global requirements
Change-Id: I53edc66fe4d112ee6f341aa39943630a74c08a87
2013-12-10 23:45:12 +00:00
OpenStack Jenkins
82622357cd Updated from global requirements
Change-Id: I4f26d3a8790c799e5c1f7f81031406e0c57545f9

Change-Id: Ica7315effe308bd739e90f885849fac27a3c542b
2013-10-10 20:26:37 +00:00
Jenkins
c890d3a312 Merge "Updated from global requirements" 2013-08-14 03:43:50 +00:00
Chuck Short
e19c1ccb3a Add missing babel dependency
Add missing babel dependency.

Change-Id: I9d9c6fe84ada1fa6c5cfb10052f76689a2c84206
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-08-09 16:58:38 +00:00
Monty Taylor
2465bb5d7e Updated from global requirements
Change-Id: I2e2bd3a38458e1307bcc0410da74dc76c0a5987a
2013-08-08 13:46:36 -03:00
Monty Taylor
6100651000 Sync with global requirements
Change-Id: Iccc824fef7dc7ae5675d6528a1ea33566e5f7eef
2013-08-06 14:45:24 -03:00
John Griffith
d7208847ef Update to latest openstack/requirements.
Fixes bug: 1200214

Change-Id: I0ff8a76eb5d5a99892a270909c68207858e1bc8b
2013-07-14 19:48:47 -06:00
Chuck Short
d12d7a73ff python3: compatibility for iteritems and iterkeys
Use six to allow python2/pyton3 for iteritems and
iterkeys.

six.iteriems() replaces dictionary.iteritems() (python2)
and dictionary.iterms() (python3)

six.iterkeys() replaces dictionary.iterkeys (python2)
and dictionary.keys() (python3)

Change-Id: I26c80b78a7dedf3aa32eedf01a83ff6d1e592ba7
Signed-off-by: Chuck Short <chuck.short@canonical.com>
2013-06-11 13:29:13 -05:00
Monty Taylor
c82a811301 Rename requires files to standard names.
Fixes bug 1179008.

Change-Id: I6765bb82df1ae672790662a30ee3527450685036
2013-05-20 14:32:32 -04:00