From fb4012349b68e5be95f9607e6f5086326f731e0e Mon Sep 17 00:00:00 2001 From: Li Zhijian Date: Wed, 17 Jul 2019 10:28:15 +0800 Subject: [PATCH] distro/depends/analyze_suspend: Fix No module named configparser File "/lkp/benchmarks/analyze_suspend/analyze_suspend.py", line 62, in import configparser ImportError: No module named configparser python-configparser is required by this suite since commit: 4f690a127ab ("Upgrade bootgraph/sleepgraph to be able to run on python2 and python3") Signed-off-by: Li Zhijian Signed-off-by: Philip Li --- distro/depends/analyze_suspend | 1 + 1 file changed, 1 insertion(+) diff --git a/distro/depends/analyze_suspend b/distro/depends/analyze_suspend index fdc793e78..2355a3240 100644 --- a/distro/depends/analyze_suspend +++ b/distro/depends/analyze_suspend @@ -1 +1,2 @@ python +python-configparser