components/openstack/swift/patches/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 Swift's
       
     2 requirements files. The specific reasons are as follows:
       
     3 
       
     4 greenlet	Not applicable
       
     5 
       
     6 --- swift-2.2.0/requirements.txt
       
     7 +++ swift-2.2.0/requirements.txt
       
     8 @@ -4,7 +4,6 @@
       
     9  
       
    10  dnspython>=1.9.4
       
    11  eventlet>=0.9.15
       
    12 -greenlet>=0.3.1
       
    13  netifaces>=0.5,!=0.10.0,!=0.10.1
       
    14  pastedeploy>=1.3.3
       
    15  simplejson>=2.0.9
       
    16 --- swift-2.2.0/swift.egg-info/requires.txt
       
    17 +++ swift-2.2.0/swift.egg-info/requires.txt
       
    18 @@ -1,6 +1,5 @@
       
    19  dnspython>=1.9.4
       
    20  eventlet>=0.9.15
       
    21 -greenlet>=0.3.1
       
    22  netifaces>=0.5,!=0.10.0,!=0.10.1
       
    23  pastedeploy>=1.3.3
       
    24  simplejson>=2.0.9