From 547bd1cb5e5e65ab674d3cd489af872213f60051 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Wed, 3 Dec 2014 17:43:05 +0100 Subject: [PATCH 1/3] added setup.cfg file --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0ccad71 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,3 @@ +[bdist_rpm] +requires = python >= 2.7 + python-six >= 1.7.3 From 7a12a92edf1747e64b28cb41c7e0f11787d7774e Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Thu, 4 Dec 2014 15:03:20 +0100 Subject: [PATCH 2/3] changed setup.cfg to work on python 2.6.6 --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0ccad71..55f03ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,4 @@ [bdist_rpm] -requires = python >= 2.7 +requires = python = 2.6.6 python-six >= 1.7.3 + python-ordereddict >= 1.1 From 512377d63f7ecfb583530121330d9a0552a24e78 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Thu, 4 Dec 2014 18:48:14 +0100 Subject: [PATCH 3/3] actually, python 2.6.6 on RH, centos etc has OrderedDict --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 55f03ab..6093edf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,3 @@ [bdist_rpm] -requires = python = 2.6.6 +requires = python >= 2.6.6 python-six >= 1.7.3 - python-ordereddict >= 1.1