diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 266: Fix dependencies (missing parts related to lava-projects)

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

Commit Message

Zygmunt Krynicki Oct. 21, 2011, 12:46 a.m. UTC
------------------------------------------------------------
revno: 266
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Thu 2011-10-20 14:57:06 +0200
message:
  Fix dependencies (missing parts related to lava-projects)
modified:
  setup.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'setup.py'
--- setup.py	2011-10-11 09:49:21 +0000
+++ setup.py	2011-10-20 12:57:06 +0000
@@ -57,10 +57,12 @@ 
         "Topic :: Software Development :: Testing",
     ],
     install_requires=[
-        'lava-tool >= 0.2',
-        'django-staticfiles == 0.3.4',
         'django >= 1.2',
         'django-openid-auth >= 0.2',
+        'django-restricted-resource >= 0.2.6',
+        'django-staticfiles == 0.3.4',
+        'docutils >= 0.6',
+        'lava-tool >= 0.2',
         'linaro-django-xmlrpc >= 0.4',
         'python-openid >= 2.2.4',  # this should be a part of
                                    # django-openid-auth deps