Enable 'python_version=='2.6' for futures and enum34

Enable futures for 2.6 this until the discussion around oslo.messaging
need for this (and its support for 2.6) and its planned usage of the futurist
library for the liberty release.

Also some of the current oslo libraries (taskflow) still support 2.6
for the short-term (until a few other reviews merge) so we need to enable
its usage there still for enum34.

This is also breaking the futurist, automaton, gate and the taskflow check
gates as those are still on 2.6 (this may change soon).

Soon the following will make that less relevant (but these haven't merged
yet):

- https://review.openstack.org/#/c/193349/
- https://review.openstack.org/#/c/193354/
- https://review.openstack.org/#/c/194860/

Change-Id: I9256563a6c2cc455043f0d61cd27b033d37302ef
This commit is contained in:
Joshua Harlow 2015-06-23 16:33:08 -07:00
parent 0ad6019ff1
commit c85fcb73a1

@ -33,12 +33,12 @@ django_openstack_auth>=1.1.7,!=1.1.8
dnspython>=1.12.0
dogpile.cache>=0.5.3
elasticsearch>=1.3.0
enum34;python_version=='2.7'
enum34;python_version=='2.7' or python_version=='2.6'
eventlet>=0.17.4
extras
falcon>=0.1.6,<0.2.0
Flask>=0.10,<1.0
futures>=3.0;python_version=='2.7'
futures>=3.0;python_version=='2.7' or python_version=='2.6'
glance_store>=0.3.0 # Apache-2.0
greenlet>=0.3.2
happybase>=0.5,!=0.7;python_version=='2.7'