Require iso8601>=0.1.11

python-openstacksdk uses "iso8601.UTC" which does not work in
iso8601 version 0.1.9. Running python-openstacksdk tests with 0.1.9
on python 2.7 fails with:

AttributeError: 'module' object has no attribute 'UTC'

Change-Id: I0282763a6c563277d9b176920e0dec2e07512100
This commit is contained in:
Thomas Bechtold 2016-03-14 14:42:17 +01:00
parent 43c7cf4253
commit e32decef5b

View File

@ -65,7 +65,7 @@ influxdb>=2.2.0 # MIT License
ironic-lib>=1.1.0 # Apache-2.0
ironic-discoverd>=1.0.0 # Apache-2.0
ipaddress>=1.0.7;python_version<'3.3' # PSF
iso8601>=0.1.9 # MIT
iso8601>=0.1.11 # MIT
Jinja2>=2.8 # BSD License (3 clause)
jsonpatch>=1.1 # BSD
jsonpath-rw>=1.2.0,<2.0 # Apache-2.0