Updated from global requirements

Change-Id: I81e3d4bf4eef833b0b55d17e2a55028972ea4b55
This commit is contained in:
OpenStack Jenkins 2013-10-01 16:14:29 +00:00
parent 86f2e74e13
commit 2aa1dc6ca3
3 changed files with 14 additions and 15 deletions

View File

@ -1,12 +1,12 @@
oslo.config oslo.config>=1.2.0
stevedore stevedore>=0.10
# for timeutils # for timeutils
iso8601 iso8601>=0.1.4
# for jsonutils # for jsonutils
six six
# FIXME(markmc): remove this when the drivers no longer # FIXME(markmc): remove this when the drivers no longer
# import eventlet # import eventlet
eventlet>=0.12.0 eventlet>=0.13.0

View File

@ -14,10 +14,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools import setuptools
setuptools.setup( setuptools.setup(
namespace_packages=['oslo'], setup_requires=['pbr'],
packages=['oslo', 'oslo.messaging'], pbr=True)
setup_requires=['d2to1', 'pbr'],
d2to1=True)

View File

@ -1,16 +1,16 @@
# Install bounded pep8/pyflakes first, then let flake8 install # Install bounded pep8/pyflakes first, then let flake8 install
pep8==1.4.5 pep8==1.4.5
pyflakes==0.7.2 pyflakes>=0.7.2,<0.7.4
flake8==2.0 flake8==2.0
hacking>=0.5.6,<0.8 hacking>=0.5.6,<0.8
discover discover
fixtures>=0.3.12 fixtures>=0.3.14
mox>=0.5.3 mox>=0.5.3
python-subunit python-subunit
testrepository>=0.0.13 testrepository>=0.0.17
testscenarios<0.5 testscenarios>=0.4
testtools>=0.9.29 testtools>=0.9.32
# for test_rabbit # for test_rabbit
kombu>=2.4.8 kombu>=2.4.8
@ -18,8 +18,8 @@ kombu>=2.4.8
# when we can require tox>= 1.4, this can go into tox.ini: # when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover] # [testenv:cover]
# deps = {[testenv]deps} coverage # deps = {[testenv]deps} coverage
coverage coverage>=3.6
# this is required for the docs build jobs # this is required for the docs build jobs
sphinx sphinx>=1.1.2
oslo.sphinx oslo.sphinx