components/python/saharaclient/patches/01-requirements.patch
changeset 6830 d33ee3b41806
parent 6829 ba8d48abe5da
child 6831 6dc24fe2c2de
equal deleted inserted replaced
6829:ba8d48abe5da 6830:d33ee3b41806
     1 In-house patch to remove the dependency on argparse.  Since we use
       
     2 Python 2.7 only for OpenStack, argparse is already included.  If this
       
     3 line is present, stevedore will fail to find the pip package for it,
       
     4 causing a cascade of failures to other tools.
       
     5 
       
     6 --- python-saharaclient-0.8.0/requirements.txt.orig	2015-08-02 02:14:21.878516359 -0400
       
     7 +++ python-saharaclient-0.8.0/requirements.txt	2015-08-02 02:15:04.434964849 -0400
       
     8 @@ -12,4 +12,3 @@
       
     9  requests>=2.2.0,!=2.4.0
       
    10  six>=1.7.0
       
    11  PrettyTable>=0.7,<0.8
       
    12 -argparse
       
    13 
       
    14 --- python-saharaclient-0.8.0/python_saharaclient.egg-info/requires.txt.orig	2015-08-02 17:17:40.108351859 -0400
       
    15 +++ python-saharaclient-0.8.0/python_saharaclient.egg-info/requires.txt	2015-08-02 02:14:48.979346364 -0400
       
    16 @@ -7,4 +7,3 @@
       
    17  requests>=2.2.0,!=2.4.0
       
    18  six>=1.7.0
       
    19  PrettyTable>=0.7,<0.8
       
    20 -argparse