Properly pin pbr and d2to1 in setup.py

We did nova first in the pbr transition, so it didn't get the pin
we added to everyone else later on.

Fixes bug 1199923

Change-Id: I04c3e810f49a1e4388496ff5226cf094c787d1a9
This commit is contained in:
Monty Taylor 2013-07-06 15:35:33 -04:00
parent f0a2770342
commit 07ea63a33a
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
setup_requires=['d2to1', 'pbr'],
setup_requires=['d2to1>=0.2.10,<0.3', 'pbr>=0.5,<0.6'],
d2to1=True)