From: Julien Danjou Date: Fri, 23 Jan 2015 11:23:46 +0000 (+0100) Subject: Remove argparse from requirements X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=3bf22b0fe838cc4e84b255e4b299c8ee00d9638a;p=openstack-build%2Fcinder-build.git Remove argparse from requirements Since Cinder does not support Python 2.6 anymore and that argparse is native in Python >=2.7, no need to pip install it. Change-Id: I1701a3f6584c5fc827387b185d7182d3011062ca --- diff --git a/requirements.txt b/requirements.txt index 31e1031a0..5e8126902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,6 @@ pbr>=0.6,!=0.7,<1.0 anyjson>=0.3.3 -argparse Babel>=1.3 eventlet>=0.15.2 greenlet>=0.3.2