Updated from global requirements

Change-Id: I26b839a61ea68202ac15e0c0ce00a141f1753e02
This commit is contained in:
OpenStack Proposal Bot 2018-03-15 09:40:59 +00:00 committed by Takashi Kajinami
parent 96a4ea24b7
commit 237bcc87f1
3 changed files with 10 additions and 10 deletions

View File

@ -2,9 +2,9 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=2.0 # Apache-2.0 pbr!=2.1.0,>=2.0.0 # Apache-2.0
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 oslo.config>=5.2.0 # Apache-2.0
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0
testtools>=1.4.0 # MIT testtools>=2.2.0 # MIT
tempest>=16.1.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0

View File

@ -16,5 +16,5 @@
import setuptools import setuptools
setuptools.setup( setuptools.setup(
setup_requires=['pbr'], setup_requires=['pbr>=2.0.0'],
pbr=True) pbr=True)

View File

@ -5,7 +5,7 @@
hacking>=3.1.0,<3.2.0 # Apache-2.0 hacking>=3.1.0,<3.2.0 # Apache-2.0
coverage>=4.0,!=4.4 # Apache-2.0 coverage>=4.0,!=4.4 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0
testtools>=1.4.0 # MIT testtools>=2.2.0 # MIT