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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user