diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 144: be specific about version of django-tables2 dependency

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

Commit Message

Michael-Doyle Hudson March 7, 2012, 3:51 a.m. UTC
------------------------------------------------------------
revno: 144
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2012-03-07 16:49:20 +1300
message:
  be specific about version of django-tables2 dependency
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	2012-03-05 00:23:16 +0000
+++ setup.py	2012-03-07 03:49:20 +0000
@@ -34,7 +34,7 @@ 
     """,
     install_requires=[
         "django-restricted-resource",
-        "django-tables2",
+        "django-tables2 >= 0.9.4",
         "lava-server >= 0.10",
         "simplejson",
         "south >= 0.7.3",