diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 178: Indicate that we require a particular version of django-staticfiles

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

Commit Message

Zygmunt Krynicki June 13, 2011, 10:27 a.m. UTC
------------------------------------------------------------
revno: 178
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Mon 2011-06-13 12:25:42 +0200
message:
  Indicate that we require a particular version of django-staticfiles
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-06-03 04:02:34 +0000
+++ setup.py	2011-06-13 10:25:42 +0000
@@ -61,7 +61,7 @@ 
         "Topic :: Software Development :: Testing",
     ],
     install_requires=[
-        "django-staticfiles >= 0.3.4",
+        "django-staticfiles == 0.3.4",
         'django < 1.3',
         'django-openid-auth >= 0.2',
         'python-openid >= 2.2.4',  # this should be a part of django-openid-auth deps