diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 185: Drop docutils dependency, spell out versions for xml-rpc

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

Commit Message

Zygmunt Krynicki July 1, 2011, 9:59 a.m. UTC
------------------------------------------------------------
revno: 185
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Fri 2011-07-01 10:57:43 +0100
message:
  Drop docutils dependency, spell out versions for xml-rpc
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-07-01 09:54:18 +0000
+++ setup.py	2011-07-01 09:57:43 +0000
@@ -56,14 +56,13 @@ 
         'django-openid-auth >= 0.2',
         'python-openid >= 2.2.4',  # this should be a part of django-openid-auth deps
         'versiontools >= 1.3.1',
-        'linaro-django-xmlrpc',
-        'docutils',
+        'linaro-django-xmlrpc >= 1.3.1',
     ],
     setup_requires=[
         'versiontools >= 1.3.1',
     ],
     tests_require=[
-        'django-testscenarios >= 0.6',
+        'django-testscenarios >= 0.7.1',
     ],
     zip_safe=False,
     include_package_data=True)