Skip to content

Commit

Permalink
Match the minimum from global-requirements in setup.py
Browse files Browse the repository at this point in the history
It's somewhat strange to say you can build a package with pbr >= 1.8 but
to install it you need 2.0.0.  Synchronise these values.

Change-Id: I47640a0226be2e82f2fbbf866d2c235f5e7ed415
  • Loading branch information
tbreeds committed Mar 2, 2017
1 parent 6a8aac8 commit bc10840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack_requirements/cmds/update.py
Expand Up @@ -63,7 +63,7 @@
pass
setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0.0'],
pbr=True)
"""

Expand Down

0 comments on commit bc10840

Please sign in to comment.