]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Remove argparse from requirements
authorJulien Danjou <julien@danjou.info>
Fri, 23 Jan 2015 11:23:46 +0000 (12:23 +0100)
committerJulien Danjou <julien@danjou.info>
Fri, 23 Jan 2015 11:23:46 +0000 (12:23 +0100)
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

requirements.txt

index 31e1031a0baf60b334c41ddd4909ce339d4fd0db..5e81269027ff5a274f81b267f6d86f953ae6900d 100644 (file)
@@ -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