Skip to content

Commit

Permalink
distro/depends/analyze_suspend: Fix No module named configparser
Browse files Browse the repository at this point in the history
File "/lkp/benchmarks/analyze_suspend/analyze_suspend.py", line 62, in <module> 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 <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
zhijianli88 authored and rli9 committed Jul 17, 2019
1 parent 385009b commit fb40123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distro/depends/analyze_suspend
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
python
python-configparser

0 comments on commit fb40123

Please sign in to comment.