components/python/novaclient/patches/02-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-novaclient-2.23.2/requirements.txt.orig	2015-10-19 23:15:22.452732631 -0400
       
     7 +++ python-novaclient-2.23.2/requirements.txt	2015-10-19 23:15:58.711612267 -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.7,<1.0,>=0.6
       
    12 -argparse
       
    13  iso8601>=0.1.9
       
    14  oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
       
    15  oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
       
    16 --- python-novaclient-2.23.2/python_novaclient.egg-info/requires.txt.orig	2015-10-19 23:15:45.468573818 -0400
       
    17 +++ python-novaclient-2.23.2/python_novaclient.egg-info/requires.txt	2015-10-19 23:16:07.167364902 -0400
       
    18 @@ -1,5 +1,4 @@
       
    19  pbr!=0.7,<1.0,>=0.6
       
    20 -argparse
       
    21  iso8601>=0.1.9
       
    22  oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
       
    23  oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0