From e6d72554234dc14c57ba8b76e8428a36fe600c55 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Fri, 6 Sep 2019 13:20:58 +0200 Subject: [PATCH] heat-tempest-plugin: Add missing dependency on gnocchiclient Change-Id: I11be5db818d66432ddd30e3effe701b1021acf1d --- openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 b/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 index ce283e650..4777b6942 100644 --- a/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 +++ b/openstack/heat-tempest-plugin/heat-tempest-plugin.spec.j2 @@ -17,6 +17,7 @@ Requires: {{ py2pkg('tempest') }} Requires: {{ py3('python-cinderclient') }} Requires: {{ py3('eventlet') }} Requires: {{ py3('gabbi') }} +Requires: {{ py3('gnocchiclient') }} Requires: {{ py3('python-heatclient') }} Requires: {{ py3('keystoneauth1') }} Requires: {{ py3('kombu') }}