From 165b0dbd7836ba4d09c2fe647786232c2b1044ac Mon Sep 17 00:00:00 2001 From: sean-lau Date: Wed, 23 Jun 2021 16:20:43 +0800 Subject: [PATCH] Add some missed Requires package --- python-openstackclient.spec | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/python-openstackclient.spec b/python-openstackclient.spec index a3316bf..0ee931d 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -13,7 +13,7 @@ actual REST API client actions. Name: python-openstackclient Version: 3.16.3 -Release: 1 +Release: 2 Summary: OpenStack Command-line Client License: Apache-2.0 @@ -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} @@ -218,5 +235,7 @@ rm -rf .testrepository %{python3_sitelib}/*.egg-info %endif %changelog +* Wed Jun 23 2021 liusheng +- Add some missed rquires package * Mon May 10 2021 Python_Bot - Package Spec generated -- Gitee