Sync requirements with OS requirements

This essentially reverts Icd31caa93587614425036fc4c8d3cfd3a83b6b3c,
as the incompatibility with six 1.4.x has been fixed meanwhile.

Change-Id: I40c588ca005ea3a8b04e64cfe3b86bbed69ee0a0
This commit is contained in:
Dirk Mueller 2013-10-08 11:11:52 +02:00
parent 9c62571b9f
commit a37474c353
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ pep8==1.4.5
pyflakes>=0.7.2,<0.7.4
flake8==2.0
six<1.4.0
six

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
setup_requires=['pbr'],
pbr=True)