diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 24: add south to deps

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

Commit Message

Michael-Doyle Hudson July 7, 2011, 11:05 a.m. UTC
------------------------------------------------------------
revno: 24
committer: Michael-Doyle Hudson <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Thu 2011-07-07 23:03:00 +1200
message:
  add south to deps
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 09:57:56 +0000
+++ setup.py	2011-07-07 11:03:00 +0000
@@ -38,6 +38,7 @@ 
     install_requires=[
         "lava-server >= 0.1",
         "twisted",
+        "south",
         ],
     setup_requires=[
         "versiontools >= 1.3.1",