diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 17: put twisted back in install_requires

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

Commit Message

Michael-Doyle Hudson July 7, 2011, 9:59 a.m. UTC
------------------------------------------------------------
revno: 17
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-07 21:00:24 +1200
message:
  put twisted back in install_requires
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-07-07 04:19:36 +0000
+++ setup.py	2011-07-07 09:00:24 +0000
@@ -38,6 +38,7 @@ 
     """,
     install_requires=[
         "lava-server >= 0.1",
+        "twisted",
         ],
     setup_requires=[
         "versiontools >= 1.3.1",