diff -r 55e409ba4e72 -r 66fd59fecd68 components/python/glanceclient/patches/01-requirements.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/python/glanceclient/patches/01-requirements.patch Fri Feb 05 17:54:17 2016 -0500 @@ -0,0 +1,24 @@ +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-glanceclient-0.17.2/requirements.txt.orig 2015-10-19 22:00:13.091897213 -0400 ++++ python-glanceclient-0.17.2/requirements.txt 2015-10-19 22:01:07.126301076 -0400 +@@ -3,7 +3,6 @@ + # process, which may cause wedges in the gate later. + pbr!=0.7,<1.0,>=0.6 + Babel>=1.3 +-argparse + PrettyTable<0.8,>=0.7 + python-keystoneclient<1.4.0,>=1.2.0 + pyOpenSSL>=0.11 +--- python-glanceclient-0.17.2/python_glanceclient.egg-info/requires.txt.orig 2015-10-19 22:00:38.507115182 -0400 ++++ python-glanceclient-0.17.2/python_glanceclient.egg-info/requires.txt 2015-10-19 22:00:51.990643082 -0400 +@@ -1,6 +1,5 @@ + pbr!=0.7,<1.0,>=0.6 + Babel>=1.3 +-argparse + PrettyTable<0.8,>=0.7 + python-keystoneclient<1.4.0,>=1.2.0 + pyOpenSSL>=0.11