From 6b955fee1f8f68e5e1e6486ef2382b1492be0052 Mon Sep 17 00:00:00 2001 From: jinlun Date: Fri, 4 Aug 2023 06:21:59 +0000 Subject: [PATCH] update setools.spec. Signed-off-by: jinlun --- setools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setools.spec b/setools.spec index bda9634..d340db1 100644 --- a/setools.spec +++ b/setools.spec @@ -73,7 +73,7 @@ Gui packages for setools. %py3_install %check -sed -i "s#from setools import InfoFlowAnalysis#from setools.infoflow import InfoFlowAnalysis#" ./tests/conditionalinfoflow.py +#sed -i "s#from setools import InfoFlowAnalysis#from setools.infoflow import InfoFlowAnalysis#" ./tests/conditionalinfoflow.py %{__python3} setup.py test -- Gitee