Move oslo.cache to gnocchi flavor

oslo.cache is only used in the Gnocchi dispatcher, and not at all in tests.
Therefore it seems wrong to list it in tests.
Rather than always depending on it, let's just put it in the gnocchi flavor.

Change-Id: I8990ba139bba0d573ecd4d8567a88d92acb29605
This commit is contained in:
Julien Danjou 2017-10-18 09:31:36 +02:00
parent e52a97ac5d
commit 5a6250c6a7
2 changed files with 1 additions and 1 deletions

@ -32,6 +32,7 @@ data_files =
[extras]
gnocchi =
oslo.cache>=1.5.0 # Apache-2.0
gnocchiclient>=4.0.0 # Apache-2.0
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0

@ -7,7 +7,6 @@ fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
happybase!=0.7,>=0.5,<1.0.0;python_version=='2.7' # MIT
mock>=1.2 # BSD
os-win>=0.2.3 # Apache-2.0
oslo.cache>=1.5.0 # Apache-2.0
# Docs Requirements
openstackdocstheme>=1.11.0 # Apache-2.0
reno>=1.6.2 # Apache2