components/python/heatclient/patches/01-requirements.patch
branchs11u3-sru
changeset 6035 c9748fcc32de
equal deleted inserted replaced
6016:a477397bba8b 6035:c9748fcc32de
       
     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-heatclient-0.4.0/requirements.txt.orig	2015-10-19 22:19:56.430433886 -0400
       
     7 +++ python-heatclient-0.4.0/requirements.txt	2015-10-19 22:21:01.984674272 -0400
       
     8 @@ -4,7 +4,6 @@
       
     9  
       
    10  Babel>=1.3
       
    11  pbr>=0.6,!=0.7,<1.0
       
    12 -argparse
       
    13  iso8601>=0.1.9
       
    14  PrettyTable>=0.7,<0.8
       
    15  oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
       
    16 --- python-heatclient-0.4.0/python_heatclient.egg-info/requires.txt.orig	2015-10-19 22:20:35.968945850 -0400
       
    17 +++ python-heatclient-0.4.0/python_heatclient.egg-info/requires.txt	2015-10-19 22:20:44.657091042 -0400
       
    18 @@ -1,6 +1,5 @@
       
    19  Babel>=1.3
       
    20  pbr>=0.6,!=0.7,<1.0
       
    21 -argparse
       
    22  iso8601>=0.1.9
       
    23  PrettyTable>=0.7,<0.8
       
    24  oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0