From bf31a3984d6f215def7ba7308be084b185734543 Mon Sep 17 00:00:00 2001 From: "ZH.F" Date: Thu, 27 May 2021 16:35:13 +0800 Subject: [PATCH] Fix requires --- python-cliff.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-cliff.spec b/python-cliff.spec index c89f01a..b28a30f 100644 --- a/python-cliff.spec +++ b/python-cliff.spec @@ -42,11 +42,11 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr Requires: python2-cmd2 -Requires: python2-PrettyTable +Requires: python2-prettytable Requires: python2-pyparsing Requires: python2-six Requires: python2-stevedore -Requires: python2-PyYAML +Requires: python2-pyyaml Requires: python2-unicodecsv %description -n python2-cliff ======================== @@ -148,5 +148,7 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu May 27 2021 OpenStack_SIG +- Fix Requires * Mon May 17 2021 OpenStack_SIG - Package Spec generated -- Gitee