Merge lp:~qzhang/lava-dispatcher/fix-985601 into lp:lava-dispatcher

Proposed by Spring Zhang
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 276
Merged at revision: 276
Proposed branch: lp:~qzhang/lava-dispatcher/fix-985601
Merge into: lp:lava-dispatcher
Diff against target: 11 lines (+1/-1)
1 file modified
lava_dispatcher/actions/lava-test.py (+1/-1)
To merge this branch: bzr merge lp:~qzhang/lava-dispatcher/fix-985601
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+102692@code.launchpad.net

Description of the change

Add package python-keyring

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

This should be fixed at another level but I agrre this simple change will resolve the immediate problem

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/actions/lava-test.py'
2--- lava_dispatcher/actions/lava-test.py 2012-03-28 03:13:38 +0000
3+++ lava_dispatcher/actions/lava-test.py 2012-04-19 12:44:16 +0000
4@@ -34,7 +34,7 @@
5 #Install necessary packages for build lava-test
6 cmd = ('apt-get -y --force-yes install '
7 'bzr usbutils python-apt python-setuptools '
8- 'python-simplejson lsb-release')
9+ 'python-simplejson lsb-release python-keyring')
10 session.run(cmd, timeout=2400)
11 session.run("apt-get -y --force-yes install python-pip")
12

Subscribers

People subscribed via source and target branches