From f0ee8be9a7ff15b50b23285607574ec87dc039be Mon Sep 17 00:00:00 2001 From: Dougal Matthews Date: Mon, 26 Jan 2015 09:49:29 +0000 Subject: [PATCH] Remove Python 2.6 support OpenStack dropped Python 2.6 support, so let's remove it from setup.cfg and drop the argparse requirement as it is native in Python >2.7. Change-Id: Ia6ac526dd40386a69d7993cb9394debf58eed88d --- requirements.txt | 1 - setup.cfg | 1 - 2 files changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6e49c16..3ac6398 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=0.6,!=0.7,<1.0 -argparse Babel>=1.3 iso8601>=0.1.9 PrettyTable>=0.7,<0.8 diff --git a/setup.cfg b/setup.cfg index 7263efe..edbc757 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,6 @@ classifier = Operating System :: OS Independent Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3