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
This commit is contained in:
Julien Danjou 2016-09-18 19:11:43 +02:00
parent 43cbac39cf
commit 78be95bd02
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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]