components/openstack/neutron/patches/04-requirements.patch
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3178 77584387a894
child 5405 66fd59fecd68
equal deleted inserted replaced
4146:097063f324c0 4156:4b1def16fe9b
     1 In-house patch to remove unnecessary dependencies from Neutron's
     1 In-house patch to remove unnecessary dependencies from Neutron's
     2 requirements files. The specific reasons are as follows:
     2 requirements files. The specific reasons are as follows:
     3 
     3 
     4 amqplib		No longer applicable
     4 oslo.rootwrap	Not applicable to Solaris
     5 		(upstream commit 39ffcb0dd75d9dc5d8a249f2974a67f0def5204b)
       
     6 
     5 
     7 argparse	Not applicable to Solaris (Brocade specific)
     6 paste		Not applicable
     8 
     7 
     9 novaclient	No longer applicable
     8 --- neutron-2014.2.2/neutron.egg-info/requires.txt.~1~	2015-02-05 07:46:25.000000000 -0800
    10 
     9 +++ neutron-2014.2.2/neutron.egg-info/requires.txt	2015-02-25 00:20:01.378154156 -0800
    11 pyudev		Not applicable to Solaris (Linux bridging specific)
    10 @@ -1,5 +1,4 @@
    12 
    11  pbr>=0.6,!=0.7,<1.0
    13 --- neutron-2013.2.3/neutron.egg-info/requires.txt.orig	2014-04-03 11:49:53.000000000 -0700
    12 -Paste
    14 +++ neutron-2013.2.3/neutron.egg-info/requires.txt	2014-05-24 23:12:26.486505631 -0700
       
    15 @@ -1,9 +1,7 @@
       
    16 -pyudev
       
    17  pbr>=0.5.21,<1.0
       
    18  Paste
       
    19  PasteDeploy>=1.5.0
    13  PasteDeploy>=1.5.0
    20  Routes>=1.12.3
    14  Routes>=1.12.3,!=2.0
    21 -amqplib>=0.6.1
       
    22  anyjson>=0.3.3
    15  anyjson>=0.3.3
    23  Babel>=1.3
    16 @@ -24,5 +23,4 @@ stevedore>=1.0.0  # Apache-2.0
    24  eventlet>=0.13.0
    17  oslo.config>=1.4.0  # Apache-2.0
    25 @@ -23,4 +21,3 @@
    18  oslo.db>=1.0.0,<1.1  # Apache-2.0
    26  six>=1.4.1
    19  oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
    27  stevedore>=0.10
    20 -oslo.rootwrap>=1.3.0
    28  oslo.config>=1.2.0
    21 -python-novaclient>=2.18.0
    29 -python-novaclient>=2.15.0
    22 +python-novaclient>=2.18.0
    30 \ No newline at end of file
    23 \ No newline at end of file
    31 
    24 --- neutron-2014.2.2/requirements.txt.~1~	2015-02-05 07:45:33.000000000 -0800
    32 --- neutron-2013.2.3/requirements.txt.orig	2014-04-03 11:49:01.000000000 -0700
    25 +++ neutron-2014.2.2/requirements.txt	2015-02-25 00:19:55.500774949 -0800
    33 +++ neutron-2013.2.3/requirements.txt	2014-05-24 23:12:57.116696613 -0700
    26 @@ -3,7 +3,6 @@
    34 @@ -3,9 +3,7 @@
    27  # process, which may cause wedges in the gate later.
    35  Paste
    28  pbr>=0.6,!=0.7,<1.0
       
    29  
       
    30 -Paste
    36  PasteDeploy>=1.5.0
    31  PasteDeploy>=1.5.0
    37  Routes>=1.12.3
    32  Routes>=1.12.3,!=2.0
    38 -amqplib>=0.6.1
       
    39  anyjson>=0.3.3
    33  anyjson>=0.3.3
    40 -argparse
    34 @@ -28,6 +27,5 @@ stevedore>=1.0.0  # Apache-2.0
    41  Babel>=1.3
    35  oslo.config>=1.4.0  # Apache-2.0
    42  eventlet>=0.13.0
    36  oslo.db>=1.0.0,<1.1  # Apache-2.0
    43  greenlet>=0.3.2
    37  oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
    44 @@ -25,4 +23,3 @@
    38 -oslo.rootwrap>=1.3.0
    45  stevedore>=0.10
       
    46  oslo.config>=1.2.0
       
    47  
    39  
    48 -python-novaclient>=2.15.0
    40  python-novaclient>=2.18.0