Add python-iso8601 to nova and glance dependencies

Nova and glance will shortly require the python-iso8601 package in
order to support non-UTC timestamps in the changes-since filter.

In particular, the following nova patch is blocked by devstack
failing due to the missing dependency:

  https://review.openstack.org/#change,4211

Change-Id: Iaae8812cf19c9ae1ad237b7fda7d99827aca1485
This commit is contained in:
Eoghan Glynn 2012-02-18 23:55:04 +00:00
parent 18ee4eaf58
commit f62caf6db4
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Chmouel Boudjnah <chmouel@chmouel.com>
Dean Troyer <dtroyer@gmail.com>
Devin Carlen <devin.carlen@gmail.com>
Eddie Hebert <edhebert@gmail.com>
Eoghan Glynn <eglynn@redhat.com>
Jake Dahn <admin@jakedahn.com>
James E. Blair <james.blair@rackspace.com>
Jason Cannavale <jason.cannavale@rackspace.com>

View File

@ -6,3 +6,4 @@ python-sqlalchemy
python-wsgiref
python-pastedeploy
python-xattr
python-iso8601

View File

@ -41,3 +41,4 @@ python-m2crypto
python-boto
python-kombu
python-feedparser
python-iso8601