From 78be95bd02c8951771e919ad5f7141d7d66751d2 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Sun, 18 Sep 2016 19:11:43 +0200 Subject: [PATCH] Move oslo.db to hard requirements list The options from oslo.db are also used by other storage drivers such as MongoDB, which makes it mandatory even for this backend. Change-Id: I3b09cffca1285ff92c0c7492b5b48c6a560251e5 Closes-Bug: #1624692 --- requirements.txt | 1 + setup.cfg | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9534fe79..71d9ff0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,7 @@ lxml>=2.3 # BSD msgpack-python>=0.4.0 # Apache-2.0 oslo.concurrency>=3.5.0 # Apache-2.0 oslo.config>=3.9.0 # Apache-2.0 +oslo.db>=4.1.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 oslo.log>=1.14.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 diff --git a/setup.cfg b/setup.cfg index 4d980f3f..9785ecc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,10 +37,8 @@ gnocchi = mongo = pymongo!=3.1,>=3.0.2 # Apache-2.0 postgresql = - oslo.db>=4.1.0 # Apache-2.0 psycopg2>=2.5 # LGPL/ZPL mysql = - oslo.db>=4.1.0 # Apache-2.0 PyMySQL>=0.6.2 # MIT License [entry_points]