From d0e62cab45f4503d818924a491c60c388ae36777 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Fri, 22 Aug 2014 11:24:11 -0400 Subject: [PATCH] update requirements current oslo.messaging isn't py33 compatible so this patch skips it so it does not block other requirements Change-Id: I8d438a24f456839023e4c66e861f52d513de2148 --- requirements-py3.txt | 11 ++++++----- requirements.txt | 16 ++++++++-------- test-requirements-py3.txt | 2 +- test-requirements.txt | 2 +- 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/requirements-py3.txt b/requirements-py3.txt index 0706d6fa..c979d67a 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -11,6 +11,7 @@ lxml>=2.3 msgpack-python>=0.4.0 netaddr>=0.7.6 oslo.config>=1.4.0.0a3 +oslo.db>=0.4.0 PasteDeploy>=1.5.0 pbr>=0.6,!=0.7,<1.0 pecan>=0.5.0 @@ -20,15 +21,15 @@ oslo.utils>=0.2.0 pysnmp>=4.2.1,<5.0.0 python-ceilometerclient>=1.0.6 python-glanceclient>=0.13.1 -python-keystoneclient>=0.9.0 -python-neutronclient>=2.3.5,<3 +python-keystoneclient>=0.10.0 +python-neutronclient>=2.3.6,<3 python-novaclient>=2.17.0 -python-swiftclient>=2.0.2 +python-swiftclient>=2.2.0 pytz>=2010h PyYAML>=3.1.0 -requests>=1.1 +requests>=1.2.1 six>=1.7.0 -SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99 +SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1 stevedore>=0.14 WebOb>=1.2.3 diff --git a/requirements.txt b/requirements.txt index 75f21951..5b83f131 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,25 +14,25 @@ msgpack-python>=0.4.0 netaddr>=0.7.6 oslo.db>=0.4.0 oslo.config>=1.4.0.0a3 -oslo.vmware>=0.4 # Apache-2.0 +oslo.vmware>=0.5 # Apache-2.0 PasteDeploy>=1.5.0 pbr>=0.6,!=0.7,<1.0 pecan>=0.5.0 posix_ipc -oslo.messaging>=1.3.0 -oslo.utils>=0.2.0 +oslo.messaging>=1.4.0.0a3 +oslo.utils>=0.2.0 # Apache-2.0 pysnmp>=4.2.1,<5.0.0 python-ceilometerclient>=1.0.6 python-glanceclient>=0.13.1 -python-keystoneclient>=0.9.0 -python-neutronclient>=2.3.5,<3 +python-keystoneclient>=0.10.0 +python-neutronclient>=2.3.6,<3 python-novaclient>=2.17.0 -python-swiftclient>=2.0.2 +python-swiftclient>=2.2.0 pytz>=2010h PyYAML>=3.1.0 -requests>=1.1 +requests>=1.2.1 six>=1.7.0 -SQLAlchemy>=0.8.4,!=0.9.5,<=0.9.99 +SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1 stevedore>=0.14 WebOb>=1.2.3 diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index b60082f1..2ef7498c 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -8,7 +8,7 @@ httplib2>=0.7.5 mock>=1.0 mox>=0.5.3 # Docs Requirements -oslosphinx +oslosphinx>=2.2.0.0a2 oslotest pymongo>=2.5 python-subunit>=0.0.18 diff --git a/test-requirements.txt b/test-requirements.txt index 45a717ce..27d39cdd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ mock>=1.0 mox>=0.5.3 MySQL-python # Docs Requirements -oslosphinx +oslosphinx>=2.2.0.0a2 oslotest pymongo>=2.5 python-subunit>=0.0.18