Remove argparse from requirements

argparse was external in python 2.6 but not anymore, remove it from
requirements. Also, remove python 2.6 classifier from setup.cfg. This
project is not tested with 2.6 anymore.

This should help with pip 8.0 that gets confused in this situation.
Installation of the external argparse is not needed.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
This commit is contained in:
Andreas Jaeger 2016-01-20 19:35:25 +01:00
parent 95cbba74b9
commit caf50835ad
2 changed files with 0 additions and 2 deletions

View File

@ -17,7 +17,6 @@ pbr>=1.6
Babel>=0.9.6
launchpadlib
Jinja2
argparse
requests
subunit2sql>=0.9.0
SQLAlchemy>=0.9.7,<1.1.0

View File

@ -15,7 +15,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3