Skip to content

Commit 1c93831

Browse files
committed
Sem-Ver: bugfix upgrade pbr to use a version before 6.0.0
Signed-off-by: David Black <dblack@atlassian.com>
1 parent 906855a commit 1c93831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
setup(
6-
setup_requires=['pbr==1.8.1'],
6+
setup_requires=['pbr<=6.0.0'],
77
pbr=True,
88
test_suite='nose.collector',
99
platforms=['any'],

0 commit comments

Comments
 (0)