diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 14: remove twisted from install_requires for now

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

Commit Message

Michael-Doyle Hudson July 7, 2011, 9:59 a.m. UTC
------------------------------------------------------------
revno: 14
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-07 14:28:42 +1200
message:
  remove twisted from install_requires for now
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-06 22:26:43 +0000
+++ setup.py	2011-07-07 02:28:42 +0000
@@ -35,7 +35,6 @@ 
     """,
     install_requires=[
         "lava-server >= 0.1",
-        "twisted",
         ],
     setup_requires=[
         "versiontools >= 1.3.1",