diff mbox

[Branch,~linaro-validation/lava-scheduler/trunk] Rev 53: Upgrade dependencies a little

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

Commit Message

Zygmunt Krynicki July 27, 2011, 10:27 a.m. UTC
------------------------------------------------------------
revno: 53
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-scheduler
timestamp: Wed 2011-07-27 12:24:50 +0200
message:
  Upgrade dependencies a little
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-24 21:42:41 +0000
+++ setup.py	2011-07-27 10:24:50 +0000
@@ -22,7 +22,7 @@ 
 
 setup(
     name='lava-scheduler',
-    version=":versiontools:lava_scheduler_app:__version__",
+    version=":versiontools:lava_scheduler_app:",
     author="Michael Hudson-Doyle",
     author_email="michael.hudson@linaro.org",
     packages=find_packages(),
@@ -34,12 +34,12 @@ 
     """,
     scripts=["lava-scheduler"],
     install_requires=[
-        "lava-server >= 0.1",
+        "lava-server >= 0.4a1",
         "twisted",
-        "south",
+        "south >= 0.7.3",
     ],
     setup_requires=[
-        "versiontools >= 1.3.1",
+        "versiontools >= 1.4",
     ],
     tests_require=[
         "django-testscenarios",