diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 105: Indicate that lava-scheduler requires versiontools

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

Commit Message

Zygmunt Krynicki Dec. 1, 2011, 1:19 p.m. UTC
------------------------------------------------------------
revno: 105
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-scheduler
timestamp: Thu 2011-12-01 13:34:01 +0100
message:
  Indicate that lava-scheduler requires versiontools
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-12-01 03:13:04 +0000
+++ setup.py	2011-12-01 12:34:01 +0000
@@ -37,9 +37,10 @@ 
         "simplejson",
         "south >= 0.7.3",
         "twisted",
+        "versiontools >= 1.8",
     ],
     setup_requires=[
-        "versiontools >= 1.4",
+        "versiontools >= 1.8",
     ],
     tests_require=[
         "django-testscenarios",