diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 11: depend on twisted

Message ID 20110706220220.4756.9650.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson July 6, 2011, 10:02 p.m. UTC
------------------------------------------------------------
revno: 11
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-07 10:00:53 +1200
message:
  depend on twisted
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-06-23 11:45:55 +0000
+++ setup.py	2011-07-06 22:00:53 +0000
@@ -34,7 +34,9 @@ 
     scheduler = lava_scheduler_app.extension:SchedulerExtension
     """,
     install_requires=[
-        "lava-server >= 0.1"],
+        "lava-server >= 0.1",
+        "twisted",
+        ],
     setup_requires=[
         "versiontools >= 1.3.1"],
     zip_safe=False,