Skip to content

Commit d9196b7

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: I4b2f3d0a1989157ed13cb3d2efe2065b928e3d86
1 parent 22db270 commit d9196b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The order of packages is significant, because pip processes them in the order
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
4-
pbr>=1.8 # Apache-2.0
4+
pbr>=2.0.0 # Apache-2.0
55
Babel>=2.3.4 # BSD
66
cliff>=2.3.0 # Apache-2.0
77
PyYAML>=3.10.0 # MIT

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
pass
2626

2727
setuptools.setup(
28-
setup_requires=['pbr>=1.8'],
28+
setup_requires=['pbr>=2.0.0'],
2929
pbr=True)

0 commit comments

Comments
 (0)