diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 93: Require new lava-server

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

Commit Message

Zygmunt Krynicki Nov. 9, 2011, 12:12 a.m. UTC
------------------------------------------------------------
revno: 93
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-scheduler
timestamp: Wed 2011-11-09 00:57:13 +0100
message:
  Require new lava-server
modified:
  setup.py


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

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

Patch

=== modified file 'setup.py'
--- setup.py	2011-08-18 02:44:06 +0000
+++ setup.py	2011-11-08 23:57:13 +0000
@@ -34,7 +34,7 @@ 
     """,
     scripts=["lava-scheduler", "lava-scheduler-monitor"],
     install_requires=[
-        "lava-server >= 0.4a1",
+        "lava-server >= 0.7.1",
         "twisted",
         "south >= 0.7.3",
     ],