components/openstack/heat/patches/03-requirements.patch
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6850 f8d3bc724af7
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
       
     1 In-house patch to remove unnecessary dependencies from Heat's
       
     2 requirements files. The specific reasons are as follows:
       
     3 
       
     4 httplib2	Not applicable
       
     5 
       
     6 kombu		Not applicable
       
     7 
       
     8 pycrypto	Not applicable to Solaris (M2Crypto used instead)
       
     9 
       
    10 qpid-python	Not applicable
       
    11 
       
    12 cinderclient	push to version 1.3.1
       
    13 
       
    14 --- heat-2015.1.2/heat.egg-info/requires.txt.orig	2015-10-13 10:55:15.000000000 -0600
       
    15 +++ heat-2015.1.2/heat.egg-info/requires.txt	2015-11-19 15:08:10.240419209 -0700
       
    16 @@ -2,10 +2,8 @@ pbr!=0.7,<1.0,>=0.6
       
    17  Babel>=1.3
       
    18  eventlet!=0.17.0,>=0.16.1
       
    19  greenlet>=0.3.2
       
    20 -httplib2>=0.7.5
       
    21  iso8601>=0.1.9
       
    22  keystonemiddleware<1.6.0,>=1.5.0
       
    23 -kombu>=2.5.0
       
    24  lxml>=2.3
       
    25  netaddr>=0.7.12
       
    26  oslo.config<1.10.0,>=1.9.3 # Apache-2.0
       
    27 @@ -22,9 +20,8 @@ osprofiler>=0.3.0 # Apache-2.0
       
    28  oslo.versionedobjects<0.2.0,>=0.1.1
       
    29  PasteDeploy>=1.5.0
       
    30  posix-ipc
       
    31 -pycrypto>=2.6
       
    32  python-ceilometerclient<1.2,>=1.1.1
       
    33 -python-cinderclient<1.2.0,>=1.1.0
       
    34 +python-cinderclient<=1.3.1,>=1.1.0
       
    35  python-glanceclient<0.18.0,>=0.15.0
       
    36  python-heatclient<0.5.0,>=0.3.0
       
    37  python-keystoneclient<1.4.0,>=1.2.0
       
    38 @@ -34,7 +31,6 @@ python-saharaclient<0.9.0,>=0.8.0
       
    39  python-swiftclient<2.5.0,>=2.2.0
       
    40  python-troveclient<1.1.0,>=1.0.7
       
    41  PyYAML>=3.1.0
       
    42 -qpid-python
       
    43  requests!=2.4.0,>=2.2.0
       
    44  Routes!=2.0,>=1.12.3
       
    45  six>=1.9.0
       
    46 
       
    47 --- heat-2015.1.2/requirements.txt.orig	2015-10-13 10:51:54.000000000 -0600
       
    48 +++ heat-2015.1.2/requirements.txt	2015-11-19 15:07:10.611579676 -0700
       
    49 @@ -6,10 +6,8 @@ pbr!=0.7,<1.0,>=0.6
       
    50  Babel>=1.3
       
    51  eventlet!=0.17.0,>=0.16.1
       
    52  greenlet>=0.3.2
       
    53 -httplib2>=0.7.5
       
    54  iso8601>=0.1.9
       
    55  keystonemiddleware<1.6.0,>=1.5.0
       
    56 -kombu>=2.5.0
       
    57  lxml>=2.3
       
    58  netaddr>=0.7.12
       
    59  oslo.config<1.10.0,>=1.9.3 # Apache-2.0
       
    60 @@ -26,9 +24,8 @@ osprofiler>=0.3.0 # Apache-2.0
       
    61  oslo.versionedobjects<0.2.0,>=0.1.1
       
    62  PasteDeploy>=1.5.0
       
    63  posix-ipc
       
    64 -pycrypto>=2.6
       
    65  python-ceilometerclient<1.2,>=1.1.1
       
    66 -python-cinderclient<1.2.0,>=1.1.0
       
    67 +python-cinderclient<=1.3.1,>=1.1.0
       
    68  python-glanceclient<0.18.0,>=0.15.0
       
    69  python-heatclient<0.5.0,>=0.3.0
       
    70  python-keystoneclient<1.4.0,>=1.2.0
       
    71 @@ -38,7 +35,6 @@ python-saharaclient<0.9.0,>=0.8.0
       
    72  python-swiftclient<2.5.0,>=2.2.0
       
    73  python-troveclient<1.1.0,>=1.0.7
       
    74  PyYAML>=3.1.0
       
    75 -qpid-python
       
    76  requests!=2.4.0,>=2.2.0
       
    77  Routes!=2.0,>=1.12.3
       
    78  six>=1.9.0