From cd0f51327d1c0876073eb54c91c9fdc5a3c21098 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 26 Dec 2014 14:07:11 +0100 Subject: [PATCH] Synchronize Python 3 requirements We missed a few requirements in Python 3, which breaks installing Ceilometer in Python 3 environment and therefore breaks Gnocchi. Change-Id: I0fa6f5cad00eb3d5a645216bd96b4bba55417f88 --- requirements-py3.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements-py3.txt b/requirements-py3.txt index fc8bdce6a9..838ea13c83 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +retrying>=1.2.3,!=1.3.0 # Apache-2.0 alembic>=0.7.1 argparse croniter>=0.3.4 # MIT License @@ -15,6 +16,7 @@ msgpack-python>=0.4.0 netaddr>=0.7.12 oslo.concurrency>=0.3.0 # Apache-2.0 oslo.config>=1.4.0 # Apache-2.0 +oslo.context>=0.1.0 # Apache-2.0 oslo.db>=1.1.0 # Apache-2.0 oslo.i18n>=1.0.0 # Apache-2.0 PasteDeploy>=1.5.0 @@ -38,5 +40,6 @@ six>=1.7.0 SQLAlchemy>=0.9.7,<=0.9.99 sqlalchemy-migrate>=0.9.1,!=0.9.2 stevedore>=1.1.0 # Apache-2.0 +tooz>=0.3 # Apache-2.0 WebOb>=1.2.3 WSME>=0.6