components/python/neutronclient/patches/01-requirements.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/neutronclient/patches/01-requirements.patch	Fri May 20 17:42:29 2016 -0400
@@ -0,0 +1,23 @@
+In-house patch to remove the dependency on argparse.  Since we use
+Python 2.7 only for OpenStack, argparse is already included.  If this
+line is present, stevedore will fail to find the pip package for it,
+causing a cascade of failures to other tools.
+
+--- python-neutronclient-2.4.0/requirements.txt.orig	2015-10-19 23:03:48.182019198 -0400
++++ python-neutronclient-2.4.0/requirements.txt	2015-10-19 23:06:30.741731889 -0400
+@@ -2,7 +2,6 @@
+ # of appearance. Changing the order has an impact on the overall integration
+ # process, which may cause wedges in the gate later.
+ pbr>=0.6,!=0.7,<1.0
+-argparse
+ cliff>=1.10.0,<1.11.0  # Apache-2.0
+ iso8601>=0.1.9
+ netaddr>=0.7.12
+--- python-neutronclient-2.4.0/python_neutronclient.egg-info/requires.txt.orig	2015-10-19 23:04:16.421625992 -0400
++++ python-neutronclient-2.4.0/python_neutronclient.egg-info/requires.txt	2015-10-19 23:06:19.661979752 -0400
+@@ -1,5 +1,4 @@
+ pbr>=0.6,!=0.7,<1.0
+-argparse
+ cliff>=1.10.0,<1.11.0  # Apache-2.0
+ iso8601>=0.1.9
+ netaddr>=0.7.12