python-cinderclient: remove obsolete simplejson requirement

Change-Id: Ie4f3424c2acb001a3675bae06e9d766c2769a251
This commit is contained in:
Dirk Müller 2023-02-17 23:40:31 +01:00
parent a52c55cab4
commit 9cf819a7d6
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ Requires: {{ py3('keystoneauth1') }}
Requires: {{ py3('oslo.i18n') }}
Requires: {{ py3('oslo.utils') }}
Requires: {{ py3('requests') }}
Requires: {{ py3('simplejson') }}
%if 0%{?suse_version}
Obsoletes: {{ py2name(py_versions='py2') }} < 6.0.0
%endif