remove unnecessary dependency on argparse

argparse is not required for Python 2.7 and 3.4 (which are the only
Python versions explicitely supported in setup.py)

removing the unnecessary argparse dependency to allow package to be
properly packaged on Debian/Ubuntu systems.

Change-Id: Ia268edc0c674ec3514139570d527a3f340efb1ac
This commit is contained in:
Ricardo Kirkner
2016-01-05 16:53:12 -03:00
parent 01b446c1fa
commit 09b9c9674c

View File

@@ -3,5 +3,4 @@
# process, which may cause wedges in the gate later.
pbr>=1.6
argparse
six>=1.9.0