Updated from global requirements

Change-Id: I7e507d79d908c2330741f0ec012053c13c7e0fee
This commit is contained in:
OpenStack Jenkins 2014-02-23 09:31:38 +00:00
parent 18dc3183a9
commit c24d5114f2
3 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
pbr>=0.5.21,<1.0
pbr>=0.6,<1.0
requests>=1.1
six>=1.4.1
stevedore>=0.12
jsonschema>=1.3.0,!=1.4.0
stevedore>=0.14
jsonschema>=2.0.0,<3.0.0
python-keystoneclient>=0.4.1
python-keystoneclient>=0.6.0

View File

@ -1,6 +1,5 @@
#!/usr/bin/python
# -*- encoding: utf-8 -*-
# Copyright (c) 2013 OpenStack, LLC.
#!/usr/bin/env python
# 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.
@ -15,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)

View File

@ -4,9 +4,9 @@ hacking>=0.8.0,<0.9
discover
fixtures>=0.3.14
mock>=1.0
python-subunit
testrepository>=0.0.17
testtools>=0.9.32
python-subunit>=0.0.18
testrepository>=0.0.18
testtools>=0.9.34
# Test runner
nose
nose-exclude