commit 05282f918eef83565dfd0f0b0af0a6d26b9dd913 Author: Thomas Bechtold Date: Fri Oct 2 06:03:32 2020 +0200 cinder: BuildRequire oauth2client It's needed for tests. In the upstream CI, oauth2client gets pulled in by something else but downstream at SUSE we have failing builds due to a missing oauth2client module. Change-Id: Ia3ebadea04fa981dd985b909697fb1568c366209 diff --git a/openstack/cinder/cinder.spec.j2 b/openstack/cinder/cinder.spec.j2 index 4dfb909..c346b85 100644 --- a/openstack/cinder/cinder.spec.j2 +++ b/openstack/cinder/cinder.spec.j2 @@ -42,6 +42,7 @@ BuildRequires: {{ py3('keystonemiddleware') }} BuildRequires: {{ py3('lxml') }} BuildRequires: {{ py3('mock') }} BuildRequires: {{ py3('python-novaclient') }} +BuildRequires: {{ py3('oauth2client') }} BuildRequires: {{ py3('os-brick') }} BuildRequires: {{ py3('os-win') }} BuildRequires: {{ py3('oslo.config') }}