components/openstack/swift/patches/requirements.patch
branchs11u2-sru
changeset 4156 4b1def16fe9b
parent 3178 77584387a894
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/openstack/swift/patches/requirements.patch	Mon Apr 20 12:35:51 2015 -0700
@@ -0,0 +1,24 @@
+In-house patch to remove unnecessary dependencies from Swift's
+requirements files. The specific reasons are as follows:
+
+greenlet	Not applicable
+
+--- swift-2.2.0/requirements.txt
++++ swift-2.2.0/requirements.txt
+@@ -4,7 +4,6 @@
+ 
+ dnspython>=1.9.4
+ eventlet>=0.9.15
+-greenlet>=0.3.1
+ netifaces>=0.5,!=0.10.0,!=0.10.1
+ pastedeploy>=1.3.3
+ simplejson>=2.0.9
+--- swift-2.2.0/swift.egg-info/requires.txt
++++ swift-2.2.0/swift.egg-info/requires.txt
+@@ -1,6 +1,5 @@
+ dnspython>=1.9.4
+ eventlet>=0.9.15
+-greenlet>=0.3.1
+ netifaces>=0.5,!=0.10.0,!=0.10.1
+ pastedeploy>=1.3.3
+ simplejson>=2.0.9