Manual sync with upstream requirements

Bump the reqs/test-reqs to the latest from the upstream
global requirements project.

Change-Id: Ic2f532833d04cb76f5f171d08b7855dc5cc3b218
This commit is contained in:
Adam Reznechek 2017-03-31 09:23:05 -05:00 committed by Eric Fried
parent 562b5182f8
commit 02d600e331
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
oslo.log>=3.11.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
pypowervm
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,>=16.0 # PSF/ZPL
pypowervm>=1.1.1 # Apache-2.0
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL

View File

@ -1,5 +1,4 @@
#!/usr/bin/env python
# Copyright 2014 IBM Corp.
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -26,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0.0'],
pbr=True)