uncap eventlet

We will manage the eventlet version using constraints now. See the
thread starting at
http://lists.openstack.org/pipermail/openstack-dev/2018-April/129096.html
for more details.

Change-Id: I3c4282f0bc2ddedf816f366cd058823777ecdab9
Co-Authored-By: Michel Peterson <michel@redhat.com>
This commit is contained in:
Doug Hellmann
2018-04-11 11:50:10 -04:00
committed by Michel Peterson
parent b296290e6a
commit 305c320dcb
3 changed files with 39 additions and 39 deletions

View File

@@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=2.0.0'],
pbr=True)