components/python/glanceclient/patches/01-requirements.patch
changeset 6823 5c54e168300d
parent 6822 1b782154d546
child 6824 75d8f5b88459
--- a/components/python/glanceclient/patches/01-requirements.patch	Wed Sep 07 14:48:36 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-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