components/python/openstackclient/patches/01-requirements.patch
changeset 5405 66fd59fecd68
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
       
     1 In house patch to modify dependencies openstackclient's requirements files.
       
     2 The specific reasons are as follows:
       
     3 
       
     4     cliff-tablib:  Not applicable
       
     5     python-cinderclient:  push to version 1.3.1
       
     6 
       
     7 --- python-openstackclient-1.0.4/requirements.txt.orig	2015-11-19 12:56:09.037137656 -0700
       
     8 +++ python-openstackclient-1.0.4/requirements.txt	2015-11-19 12:51:38.972729254 -0700
       
     9 @@ -6,7 +6,6 @@ six>=1.9.0
       
    10  
       
    11  Babel>=1.3
       
    12  cliff>=1.10.0,<1.11.0  # Apache-2.0
       
    13 -cliff-tablib>=1.0
       
    14  oslo.config>=1.9.3,<1.10.0  # Apache-2.0
       
    15  oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
       
    16  oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
       
    17 @@ -14,7 +13,7 @@ oslo.serialization>=1.4.0,<1.5.0
       
    18  python-glanceclient>=0.15.0,<0.18.0
       
    19  python-keystoneclient>=1.1.0,<1.4.0
       
    20  python-novaclient>=2.22.0,<2.24.0
       
    21 -python-cinderclient>=1.1.0,<1.2.0
       
    22 +python-cinderclient>=1.1.0,<=1.3.1
       
    23  python-neutronclient>=2.3.11,<2.5.0
       
    24  requests>=2.2.0,!=2.4.0
       
    25  stevedore>=1.3.0,<1.4.0  # Apache-2.0
       
    26 
       
    27 --- python-openstackclient-1.0.4/python_openstackclient.egg-info/requires.txt.orig	2015-11-19 12:56:59.337766773 -0700
       
    28 +++ python-openstackclient-1.0.4/python_openstackclient.egg-info/requires.txt	2015-11-19 12:57:13.594181649 -0700
       
    29 @@ -2,7 +2,6 @@ pbr>=0.6,!=0.7,<1.0
       
    30  six>=1.9.0
       
    31  Babel>=1.3
       
    32  cliff>=1.10.0,<1.11.0  # Apache-2.0
       
    33 -cliff-tablib>=1.0
       
    34  oslo.config>=1.9.3,<1.10.0  # Apache-2.0
       
    35  oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
       
    36  oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
       
    37 @@ -10,7 +9,7 @@ oslo.serialization>=1.4.0,<1.5.0
       
    38  python-glanceclient>=0.15.0,<0.18.0
       
    39  python-keystoneclient>=1.1.0,<1.4.0
       
    40  python-novaclient>=2.22.0,<2.24.0
       
    41 -python-cinderclient>=1.1.0,<1.2.0
       
    42 +python-cinderclient>=1.1.0,<=1.3.1
       
    43  python-neutronclient>=2.3.11,<2.5.0
       
    44  requests>=2.2.0,!=2.4.0
       
    45  stevedore>=1.3.0,<1.4.0  # Apache-2.0
       
    46