diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 276: Fix package dependency when lava-test install

Message ID 20120420015910.15541.5147.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Spring Zhang April 20, 2012, 1:59 a.m. UTC
Merge authors:
  Spring Zhang (qzhang)
Related merge proposals:
  https://code.launchpad.net/~qzhang/lava-dispatcher/fix-985601/+merge/102692
  proposed by: Spring Zhang (qzhang)
  review: Approve - Zygmunt Krynicki (zkrynicki)
------------------------------------------------------------
revno: 276 [merge]
committer: Spring Zhang <spring.zhang@linaro.org>
branch nick: lava-dispatcher
timestamp: Fri 2012-04-20 09:57:20 +0800
message:
  Fix package dependency when lava-test install
modified:
  lava_dispatcher/actions/lava-test.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/actions/lava-test.py'
--- lava_dispatcher/actions/lava-test.py	2012-03-28 03:13:38 +0000
+++ lava_dispatcher/actions/lava-test.py	2012-04-19 12:20:23 +0000
@@ -34,7 +34,7 @@ 
     #Install necessary packages for build lava-test
     cmd = ('apt-get -y --force-yes install '
            'bzr usbutils python-apt python-setuptools '
-           'python-simplejson lsb-release')
+           'python-simplejson lsb-release python-keyring')
     session.run(cmd, timeout=2400)
     session.run("apt-get -y --force-yes install python-pip")