components/python/cliff/patches/01-requirements.patch
changeset 5405 66fd59fecd68
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
       
     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 --- cliff-1.10.1/requirements.txt.orig	2015-03-09 09:58:33.000000000 -0400
       
     7 +++ cliff-1.10.1/requirements.txt	2015-08-02 16:28:21.450926314 -0400
       
     8 @@ -2,7 +2,6 @@
       
     9  # of appearance. Changing the order has an impact on the overall integration
       
    10  # process, which may cause wedges in the gate later.
       
    11  pbr>=0.6,!=0.7,<1.0
       
    12 -argparse
       
    13  cmd2>=0.6.7
       
    14  PrettyTable>=0.7,<0.8
       
    15  pyparsing>=2.0.1
       
    16 
       
    17 --- cliff-1.10.1/cliff.egg-info/requires.txt.orig	2015-03-09 09:58:50.000000000 -0400
       
    18 +++ cliff-1.10.1/cliff.egg-info/requires.txt	2015-08-02 16:28:21.451475905 -0400
       
    19 @@ -1,5 +1,4 @@
       
    20  pbr>=0.6,!=0.7,<1.0
       
    21 -argparse
       
    22  cmd2>=0.6.7
       
    23  PrettyTable>=0.7,<0.8
       
    24  pyparsing>=2.0.1