components/python/stevedore/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 --- stevedore-1.3.0/requirements.txt.orig	2015-08-02 02:09:31.789673594 -0400
       
     7 +++ stevedore-1.3.0/requirements.txt	2015-08-02 02:10:40.216924993 -0400
       
     8 @@ -3,5 +3,4 @@
       
     9  # process, which may cause wedges in the gate later.
       
    10  
       
    11  pbr>=0.6,!=0.7,<1.0
       
    12 -argparse
       
    13  six>=1.9.0
       
    14 
       
    15 --- stevedore-1.3.0/stevedore.egg-info/requires.txt.orig	2015-08-02 17:20:18.360243112 -0400
       
    16 +++ stevedore-1.3.0/stevedore.egg-info/requires.txt	2015-08-02 02:10:24.673250914 -0400
       
    17 @@ -1,3 +1,2 @@
       
    18  pbr>=0.6,!=0.7,<1.0
       
    19 -argparse
       
    20  six>=1.9.0