components/python/oslo.config/patches/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 --- oslo.config-1.9.3/requirements.txt.orig	2015-08-02 01:56:12.150390781 -0400
       
     7 +++ oslo.config-1.9.3/requirements.txt	2015-08-02 01:56:21.014379452 -0400
       
     8 @@ -3,7 +3,6 @@
       
     9  # process, which may cause wedges in the gate later.
       
    10  
       
    11  pbr>=0.6,!=0.7,<1.0
       
    12 -argparse
       
    13  netaddr>=0.7.12
       
    14  six>=1.9.0
       
    15  stevedore>=1.1.0  # Apache-2.0
       
    16 
       
    17 --- oslo.config-1.9.3/oslo.config.egg-info/requires.txt.orig	2015-08-02 17:13:11.346987523 -0400
       
    18 +++ oslo.config-1.9.3/oslo.config.egg-info/requires.txt	2015-08-02 01:56:41.173806019 -0400
       
    19 @@ -1,5 +1,4 @@
       
    20  pbr>=0.6,!=0.7,<1.0
       
    21 -argparse
       
    22  netaddr>=0.7.12
       
    23  six>=1.9.0
       
    24  stevedore>=1.1.0  # Apache-2.0