components/openstack/neutron/patches/04-requirements.patch
changeset 5405 66fd59fecd68
parent 3998 5bd484384122
child 6848 8e252a37ed0d
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
     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 jsonrpclib	Not applicable
       
     5 
     4 oslo.rootwrap	Not applicable to Solaris
     6 oslo.rootwrap	Not applicable to Solaris
     5 
     7 
     6 paste		Not applicable
     8 Paste		Not applicable
     7 
     9 
     8 --- neutron-2014.2.2/neutron.egg-info/requires.txt.~1~	2015-02-05 07:46:25.000000000 -0800
    10 --- neutron-2015.1.2/neutron.egg-info/requires.txt.~1~	2015-10-13 10:36:16.000000000 -0700
     9 +++ neutron-2014.2.2/neutron.egg-info/requires.txt	2015-02-25 00:20:01.378154156 -0800
    11 +++ neutron-2015.1.2/neutron.egg-info/requires.txt	2016-01-28 22:52:36.925598086 -0800
    10 @@ -1,5 +1,4 @@
    12 @@ -1,12 +1,10 @@
    11  pbr>=0.6,!=0.7,<1.0
    13  pbr!=0.7,<1.0,>=0.6
    12 -Paste
    14 -Paste
    13  PasteDeploy>=1.5.0
    15  PasteDeploy>=1.5.0
    14  Routes>=1.12.3,!=2.0
    16  Routes!=2.0,>=1.12.3
    15  anyjson>=0.3.3
    17  eventlet!=0.17.0,>=0.16.1
    16 @@ -24,5 +23,4 @@ stevedore>=1.0.0  # Apache-2.0
    18  greenlet>=0.3.2
    17  oslo.config>=1.4.0  # Apache-2.0
    19  httplib2>=0.7.5
    18  oslo.db>=1.0.0,<1.1  # Apache-2.0
    20  requests!=2.4.0,>=2.2.0
    19  oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
    21 -jsonrpclib
    20 -oslo.rootwrap>=1.3.0
    22  Jinja2>=2.6 # BSD License3 clause
    21 -python-novaclient>=2.18.0
    23  keystonemiddleware<1.6.0,>=1.5.0
    22 +python-novaclient>=2.18.0
    24  netaddr>=0.7.12
    23 \ No newline at end of file
    25 @@ -26,7 +24,6 @@ oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
    24 --- neutron-2014.2.2/requirements.txt.~1~	2015-02-05 07:45:33.000000000 -0800
    26  oslo.log<1.1.0,>=1.0.0 # Apache-2.0
    25 +++ neutron-2014.2.2/requirements.txt	2015-02-25 00:19:55.500774949 -0800
    27  oslo.messaging<1.9.0,>=1.8.0 # Apache-2.0
    26 @@ -3,7 +3,6 @@
    28  oslo.middleware<1.1.0,>=1.0.0 # Apache-2.0
       
    29 -oslo.rootwrap<1.7.0,>=1.6.0 # Apache-2.0
       
    30  oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
       
    31  oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
       
    32  python-novaclient<2.24.0,>=2.22.0
       
    33 --- neutron-2015.1.2/requirements.txt.~1~	2015-10-13 10:35:16.000000000 -0700
       
    34 +++ neutron-2015.1.2/requirements.txt	2016-01-28 22:52:54.449783471 -0800
       
    35 @@ -3,14 +3,12 @@
    27  # process, which may cause wedges in the gate later.
    36  # process, which may cause wedges in the gate later.
    28  pbr>=0.6,!=0.7,<1.0
    37  pbr!=0.7,<1.0,>=0.6
    29  
    38  
    30 -Paste
    39 -Paste
    31  PasteDeploy>=1.5.0
    40  PasteDeploy>=1.5.0
    32  Routes>=1.12.3,!=2.0
    41  Routes!=2.0,>=1.12.3
    33  anyjson>=0.3.3
    42  eventlet!=0.17.0,>=0.16.1
    34 @@ -28,6 +27,5 @@ stevedore>=1.0.0  # Apache-2.0
    43  greenlet>=0.3.2
    35  oslo.config>=1.4.0  # Apache-2.0
    44  httplib2>=0.7.5
    36  oslo.db>=1.0.0,<1.1  # Apache-2.0
    45  requests!=2.4.0,>=2.2.0
    37  oslo.messaging>=1.4.0,!=1.5.0,<1.6.0
    46 -jsonrpclib
    38 -oslo.rootwrap>=1.3.0
    47  Jinja2>=2.6 # BSD License (3 clause)
       
    48  keystonemiddleware<1.6.0,>=1.5.0
       
    49  netaddr>=0.7.12
       
    50 @@ -30,7 +28,6 @@ oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
       
    51  oslo.log<1.1.0,>=1.0.0 # Apache-2.0
       
    52  oslo.messaging<1.9.0,>=1.8.0 # Apache-2.0
       
    53  oslo.middleware<1.1.0,>=1.0.0 # Apache-2.0
       
    54 -oslo.rootwrap<1.7.0,>=1.6.0 # Apache-2.0
       
    55  oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
       
    56  oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
    39  
    57  
    40  python-novaclient>=2.18.0