diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 436: add PyYAML to install_requires

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

Commit Message

Michael-Doyle Hudson Nov. 6, 2012, 3:44 a.m. UTC
Merge authors:
  Michael Hudson-Doyle (mwhudson)
Related merge proposals:
  https://code.launchpad.net/~mwhudson/lava-dispatcher/add-PyYAML-dep/+merge/132982
  proposed by: Michael Hudson-Doyle (mwhudson)
  review: Approve - Senthil Kumaran S (stylesen)
------------------------------------------------------------
revno: 436 [merge]
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Tue 2012-11-06 16:43:45 +1300
message:
  add PyYAML to install_requires
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-10-17 16:52:36 +0000
+++ setup.py	2012-11-05 22:07:14 +0000
@@ -42,6 +42,7 @@ 
         "lava-utils-interface",
         "pexpect >= 2.3",
         "configglue",
+        "PyYAML",
     ],
     setup_requires=[
         'versiontools >= 1.8',