From 56d4eef2275dcf25bb443668ff9ff02d02e5b2f2 Mon Sep 17 00:00:00 2001 From: liusheng Date: Fri, 28 May 2021 10:48:44 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7PR=E3=80=91?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96python2-PrettyTable?= =?UTF-8?q?=E4=B8=BApython2-prettytable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-automaton.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-automaton.spec b/python-automaton.spec index c707905..dc34a86 100644 --- a/python-automaton.spec +++ b/python-automaton.spec @@ -18,7 +18,7 @@ BuildRequires: python2-devel BuildRequires: python2-setuptools Requires: python2-pbr Requires: python2-six -Requires: python2-PrettyTable +Requires: python2-prettytable %description -n python2-automaton Friendly state machines for python. -- Gitee