Skip to content

Commit 1dcb339

Browse files
author
OpenStack Proposal Bot
committed
Updated from global requirements
Change-Id: I00bea6e97e95b8aa7d3881f7c21ac6dcccc78a27
1 parent d7de042 commit 1dcb339

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
@@ -2,7 +2,7 @@
22
# of appearance. Changing the order has an impact on the overall integration
33
# process, which may cause wedges in the gate later.
44

5-
pbr<2.0,>=1.6
5+
pbr>=1.6
66
SQLAlchemy<1.1.0,>=0.9.9
77
boto>=2.32.1
88
decorator>=3.4.0

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.3'],
28+
setup_requires=['pbr>=1.8'],
2929
pbr=True)

0 commit comments

Comments
 (0)