components/openstack/swift/patches/02-requirements.patch
branchs11-update
changeset 3178 77584387a894
equal deleted inserted replaced
3175:1ff833d174d4 3178:77584387a894
       
     1 In-house patch to remove unnecessary dependencies from Swift's
       
     2 requirements files. The specific reasons are as follows:
       
     3 
       
     4 greenlet	No longer applicable
       
     5 
       
     6 --- swift-1.10.0/requirements.txt.orig	2013-10-17 07:07:33.000000000 -0700
       
     7 +++ swift-1.10.0/requirements.txt	2014-05-24 23:17:47.564223065 -0700
       
     8 @@ -1,7 +1,6 @@
       
     9  pbr>=0.5.21,<1.0
       
    10  dnspython>=1.9.4
       
    11  eventlet>=0.9.15
       
    12 -greenlet>=0.3.1
       
    13  netifaces>=0.5
       
    14  pastedeploy>=1.3.3
       
    15  simplejson>=2.0.9
       
    16 
       
    17 --- swift-1.10.0/swift.egg-info/requires.txt.orig	2013-10-17 07:08:06.000000000 -0700
       
    18 +++ swift-1.10.0/swift.egg-info/requires.txt	2014-05-24 23:17:53.923411767 -0700
       
    19 @@ -1,9 +1,8 @@
       
    20  pbr>=0.5.21,<1.0
       
    21  dnspython>=1.9.4
       
    22  eventlet>=0.9.15
       
    23 -greenlet>=0.3.1
       
    24  netifaces>=0.5
       
    25  pastedeploy>=1.3.3
       
    26  simplejson>=2.0.9
       
    27  xattr>=0.4
       
    28 -python-swiftclient
       
    29 \ No newline at end of file
       
    30 +python-swiftclient