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

This commit is contained in:
Jenkins 2015-06-24 20:33:16 +00:00 committed by Gerrit Code Review
commit 8df87b41b9

@ -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'