diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 151: depend on now-released versions of dependencies

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

Commit Message

Michael-Doyle Hudson March 13, 2012, 8:52 p.m. UTC
------------------------------------------------------------
revno: 151
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2012-03-14 09:50:18 +1300
message:
  depend on now-released versions of dependencies
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	2012-03-13 03:49:52 +0000
+++ setup.py	2012-03-13 20:50:18 +0000
@@ -36,8 +36,8 @@ 
         "django-restricted-resource",
         "django-tables2 >= 0.9.4",
         "lava-dashboard",
-        "lava-dispatcher >= 0.5.9.dev253",
-        "lava-server >= 0.11.dev355",
+        "lava-dispatcher >= 0.5.9",
+        "lava-server >= 0.11",
         "simplejson",
         "south >= 0.7.3",
         "twisted",