From f5c2e5235d4de0665eeff0eec534b471181fb10f Mon Sep 17 00:00:00 2001 From: WangTsing-Yan Date: Tue, 9 Feb 2021 11:19:17 +0800 Subject: [PATCH] =?UTF-8?q?fix-=E5=AE=89=E8=A3=85setools-gui=E5=90=8E?= =?UTF-8?q?=E6=89=A7=E8=A1=8Capol=E6=8A=A5=E9=94=99=EF=BC=8C=E6=89=BE?= =?UTF-8?q?=E4=B8=8D=E5=88=B0PyQt5=EF=BC=8Cnetworkxmok=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 75d9cea23ae1608f66909b9d5bef0f16c66c4912) --- setools.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setools.spec b/setools.spec index 7c0e0f5..24c75c3 100644 --- a/setools.spec +++ b/setools.spec @@ -56,6 +56,8 @@ Python3 package for setools. %package gui Summary: Gui packages for setools Requires: python3-setools = %{version}-%{release} +Requires: python3-qt5 +Requires: python3-networkx %description gui Gui packages for setools. -- Gitee