diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 445: requirements fix for readthedocs

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

Commit Message

Andy Doan Nov. 12, 2012, 3:09 p.m. UTC
------------------------------------------------------------
revno: 445
committer: Andy Doan <andy.doan@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2012-11-12 09:08:09 -0600
message:
  requirements fix for readthedocs
  
  readthedocs now needs to know about the versiontools requirement:
  
    https://readthedocs.org/builds/lava-dispatcher/325263/
  
  I *think* this will fix the issue
modified:
  setup.py


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

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

Patch

=== modified file 'setup.py'
--- setup.py	2012-11-05 22:07:14 +0000
+++ setup.py	2012-11-12 15:08:09 +0000
@@ -43,6 +43,7 @@ 
         "pexpect >= 2.3",
         "configglue",
         "PyYAML",
+        'versiontools >= 1.8',
     ],
     setup_requires=[
         'versiontools >= 1.8',