components/openstack/heat/patches/02-requirements.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
parent 6016 a477397bba8b
child 6054 b5ae16fb8526
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
     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 --- heat-2014.2.2/heat.egg-info/requires.txt.~1~	2015-02-05 08:30:41.000000000 -0800
       
    13 +++ heat-2014.2.2/heat.egg-info/requires.txt	2015-02-23 14:53:28.397432548 -0800
       
    14 @@ -3,10 +3,8 @@ argparse
       
    15  Babel>=1.3
       
    16  eventlet>=0.15.1,<0.16.0
       
    17  greenlet>=0.3.2
       
    18 -httplib2>=0.7.5
       
    19  iso8601>=0.1.9
       
    20  keystonemiddleware>=1.0.0
       
    21 -kombu>=2.5.0
       
    22  lxml>=2.3
       
    23  netaddr>=0.7.12
       
    24  oslo.config>=1.4.0  # Apache-2.0
       
    25 @@ -16,7 +14,6 @@ oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
       
    26  oslo.utils>=1.0.0                       # Apache-2.0
       
    27  PasteDeploy>=1.5.0
       
    28  posix_ipc
       
    29 -pycrypto>=2.6
       
    30  python-ceilometerclient>=1.0.6
       
    31  python-cinderclient>=1.1.0
       
    32  python-glanceclient>=0.14.0
       
    33 @@ -28,7 +25,6 @@ python-saharaclient>=0.7.3
       
    34  python-swiftclient>=2.2.0
       
    35  python-troveclient>=1.0.4
       
    36  PyYAML>=3.1.0
       
    37 -qpid-python
       
    38  requests>=1.2.1,!=2.4.0
       
    39  Routes>=1.12.3,!=2.0
       
    40  six>=1.7.0
       
    41 --- heat-2014.2.2/requirements.txt.~1~	2015-02-05 08:27:27.000000000 -0800
       
    42 +++ heat-2014.2.2/requirements.txt	2015-02-23 14:53:35.541352823 -0800
       
    43 @@ -7,10 +7,8 @@ argparse
       
    44  Babel>=1.3
       
    45  eventlet>=0.15.1,<0.16.0
       
    46  greenlet>=0.3.2
       
    47 -httplib2>=0.7.5
       
    48  iso8601>=0.1.9
       
    49  keystonemiddleware>=1.0.0
       
    50 -kombu>=2.5.0
       
    51  lxml>=2.3
       
    52  netaddr>=0.7.12
       
    53  oslo.config>=1.4.0  # Apache-2.0
       
    54 @@ -20,7 +18,6 @@ oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
       
    55  oslo.utils>=1.0.0                       # Apache-2.0
       
    56  PasteDeploy>=1.5.0
       
    57  posix_ipc
       
    58 -pycrypto>=2.6
       
    59  python-ceilometerclient>=1.0.6
       
    60  python-cinderclient>=1.1.0
       
    61  python-glanceclient>=0.14.0
       
    62 @@ -32,7 +29,6 @@ python-saharaclient>=0.7.3
       
    63  python-swiftclient>=2.2.0
       
    64  python-troveclient>=1.0.4
       
    65  PyYAML>=3.1.0
       
    66 -qpid-python
       
    67  requests>=1.2.1,!=2.4.0
       
    68  Routes>=1.12.3,!=2.0
       
    69  six>=1.7.0