components/python/keystoneclient/patches/01-requirements.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/keystoneclient/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-keystoneclient-1.3.3/requirements.txt.orig	2015-11-16 10:45:24.623755300 -0500
++++ python-keystoneclient-1.3.3/requirements.txt	2015-11-16 10:45:47.401243897 -0500
+@@ -4,7 +4,6 @@
+ 
+ pbr!=0.7,<1.0,>=0.6
+ 
+-argparse
+ Babel>=1.3
+ iso8601>=0.1.9
+ netaddr>=0.7.12
+--- python-keystoneclient-1.3.3/python_keystoneclient.egg-info/requires.txt.orig	2015-11-16 10:49:10.149423272 -0500
++++ python-keystoneclient-1.3.3/python_keystoneclient.egg-info/requires.txt	2015-11-16 10:45:39.585509328 -0500
+@@ -1,5 +1,4 @@
+ pbr!=0.7,<1.0,>=0.6
+-argparse
+ Babel>=1.3
+ iso8601>=0.1.9
+ netaddr>=0.7.12