Skip to content

Commit f62caf6

Browse files
author
Eoghan Glynn
committed
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
1 parent 18ee4ea commit f62caf6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Chmouel Boudjnah <[email protected]>
77
Dean Troyer <[email protected]>
88
Devin Carlen <[email protected]>
99
Eddie Hebert <[email protected]>
10+
Eoghan Glynn <[email protected]>
1011
Jake Dahn <[email protected]>
1112
James E. Blair <[email protected]>
1213
Jason Cannavale <[email protected]>

files/apts/glance

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ python-sqlalchemy
66
python-wsgiref
77
python-pastedeploy
88
python-xattr
9+
python-iso8601

files/apts/nova

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ python-m2crypto
4141
python-boto
4242
python-kombu
4343
python-feedparser
44+
python-iso8601

0 commit comments

Comments
 (0)