6033N/AIn house patch to modify dependencies openstackclient's requirements files.
6033N/AThe specific reasons are as follows:
6033N/A
6033N/A cliff-tablib: Not applicable
6033N/A python-cinderclient: push to version 1.3.1
6033N/A
6033N/A--- python-openstackclient-1.0.4/requirements.txt.orig 2015-11-19 12:56:09.037137656 -0700
6033N/A+++ python-openstackclient-1.0.4/requirements.txt 2015-11-19 12:51:38.972729254 -0700
6033N/A@@ -6,7 +6,6 @@ six>=1.9.0
6033N/A
6033N/A Babel>=1.3
6033N/A cliff>=1.10.0,<1.11.0 # Apache-2.0
6033N/A-cliff-tablib>=1.0
6033N/A oslo.config>=1.9.3,<1.10.0 # Apache-2.0
6033N/A oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
6033N/A oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
6033N/A@@ -14,7 +13,7 @@ oslo.serialization>=1.4.0,<1.5.0
6033N/A python-glanceclient>=0.15.0,<0.18.0
6033N/A python-keystoneclient>=1.1.0,<1.4.0
6033N/A python-novaclient>=2.22.0,<2.24.0
6033N/A-python-cinderclient>=1.1.0,<1.2.0
6033N/A+python-cinderclient>=1.1.0,<=1.3.1
6033N/A python-neutronclient>=2.3.11,<2.5.0
6033N/A requests>=2.2.0,!=2.4.0
6033N/A stevedore>=1.3.0,<1.4.0 # Apache-2.0
6033N/A
6033N/A--- python-openstackclient-1.0.4/python_openstackclient.egg-info/requires.txt.orig 2015-11-19 12:56:59.337766773 -0700
6033N/A+++ python-openstackclient-1.0.4/python_openstackclient.egg-info/requires.txt 2015-11-19 12:57:13.594181649 -0700
6033N/A@@ -2,7 +2,6 @@ pbr>=0.6,!=0.7,<1.0
6033N/A six>=1.9.0
6033N/A Babel>=1.3
6033N/A cliff>=1.10.0,<1.11.0 # Apache-2.0
6033N/A-cliff-tablib>=1.0
6033N/A oslo.config>=1.9.3,<1.10.0 # Apache-2.0
6033N/A oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
6033N/A oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
6033N/A@@ -10,7 +9,7 @@ oslo.serialization>=1.4.0,<1.5.0
6033N/A python-glanceclient>=0.15.0,<0.18.0
6033N/A python-keystoneclient>=1.1.0,<1.4.0
6033N/A python-novaclient>=2.22.0,<2.24.0
6033N/A-python-cinderclient>=1.1.0,<1.2.0
6033N/A+python-cinderclient>=1.1.0,<=1.3.1
6033N/A python-neutronclient>=2.3.11,<2.5.0
6033N/A requests>=2.2.0,!=2.4.0
6033N/A stevedore>=1.3.0,<1.4.0 # Apache-2.0
6033N/A