Updated from global requirements

Change-Id: I7347d8c36ab59ca61e95c4001693c25a8c2642ef
This commit is contained in:
OpenStack Proposal Bot 2016-02-10 21:54:25 +00:00 committed by Mark Sturdevant
parent 9637c86877
commit 642783c98d
3 changed files with 6 additions and 7 deletions

View File

@ -2,6 +2,6 @@
# 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>=0.11,<2.0 pbr>=1.6 # Apache-2.0
diskimage-builder>=0.1.45 diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
@ -26,5 +25,5 @@ except ImportError:
pass pass
setuptools.setup( setuptools.setup(
setup_requires=['pbr'], setup_requires=['pbr>=1.8'],
pbr=True) pbr=True)

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
bashate>=0.2 # Apache-2.0 bashate>=0.2 # Apache-2.0
hacking>=0.10.0,<0.11 hacking<0.11,>=0.10.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx>=2.2.0 # Apache-2.0 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0