From a87a6bb01d006d8518366a83788f31d07de9aec1 Mon Sep 17 00:00:00 2001 From: liusheng Date: Tue, 22 Jun 2021 08:37:39 +0000 Subject: [PATCH] Add some missed Requires package --- python-openstackclient.spec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/python-openstackclient.spec b/python-openstackclient.spec index a3316bf..eef1f75 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -52,6 +52,23 @@ BuildRequires: python2-requests-mock # Required to compile translation files BuildRequires: python2-babel +Requires: python2-six +Requires: python2-oslo-i18n +Requires: python2-oslo-utils +Requires: python2-requests +Requires: python2-osc-lib +Requires: python2-glanceclient +Requires: python2-keystoneclient +Requires: python2-novaclient +Requires: python2-cinderclient +Requires: python2-mock +Requires: python2-os-client-config +# Requires: python2-d2to1 +Requires: python2-cliff +Requires: python2-simplejson +Requires: python2-requests-mock +# Required to compile translation files +Requires: python2-babel %description -n python2-%{client} %{common_desc} -- Gitee