diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 97: add simplejson to install_requires

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

Commit Message

Michael-Doyle Hudson Nov. 21, 2011, 1:34 a.m. UTC
------------------------------------------------------------
revno: 97
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2011-11-21 14:31:45 +1300
message:
  add simplejson to 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-11-08 23:57:13 +0000
+++ setup.py	2011-11-21 01:31:45 +0000
@@ -35,8 +35,9 @@ 
     scripts=["lava-scheduler", "lava-scheduler-monitor"],
     install_requires=[
         "lava-server >= 0.7.1",
+        "simplejson",
+        "south >= 0.7.3",
         "twisted",
-        "south >= 0.7.3",
     ],
     setup_requires=[
         "versiontools >= 1.4",