In-house patch to remove the dependency on argparse. Since we use
Python 2.7 only for OpenStack, argparse is already included. If this
line is present, stevedore will fail to find the pip package for it,
causing a cascade of failures to other tools.
--- oslo.config-1.9.3/requirements.txt.orig 2015-08-02 01:56:12.150390781 -0400
+++ oslo.config-1.9.3/requirements.txt 2015-08-02 01:56:21.014379452 -0400
@@ -3,7 +3,6 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
-argparse
netaddr>=0.7.12
six>=1.9.0
stevedore>=1.1.0 # Apache-2.0
--- oslo.config-1.9.3/oslo.config.egg-info/requires.txt.orig 2015-08-02 17:13:11.346987523 -0400
+++ oslo.config-1.9.3/oslo.config.egg-info/requires.txt 2015-08-02 01:56:41.173806019 -0400
@@ -1,5 +1,4 @@
pbr>=0.6,!=0.7,<1.0
-argparse
netaddr>=0.7.12
six>=1.9.0
stevedore>=1.1.0 # Apache-2.0