From e32decef5b510eeb1e8497a8eeedda7bbf7f7d6f Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 14 Mar 2016 14:42:17 +0100 Subject: [PATCH] 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 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index e8c6f18533..986badb528 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -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