components/openstack/swift/patches/requirements.patch
changeset 3998 5bd484384122
parent 1944 56ac2df1785b
equal deleted inserted replaced
3997:0ca3f3d6c919 3998:5bd484384122
       
     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