Merge lp:~zyga/lava-android-test/missing-pexpect into lp:lava-android-test

Proposed by Zygmunt Krynicki
Status: Merged
Merged at revision: 199
Proposed branch: lp:~zyga/lava-android-test/missing-pexpect
Merge into: lp:lava-android-test
Diff against target: 14 lines (+2/-1)
1 file modified
setup.py (+2/-1)
To merge this branch: bzr merge lp:~zyga/lava-android-test/missing-pexpect
Reviewer Review Type Date Requested Status
Yongqin Liu Approve
Review via email: mp+120734@code.launchpad.net

Description of the change

Add pexpect to list of requred packages.

To post a comment you must log in.
Revision history for this message
Yongqin Liu (liuyq0307) wrote :

tested, OK

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'setup.py'
--- setup.py 2012-08-17 02:03:02 +0000
+++ setup.py 2012-08-22 10:19:26 +0000
@@ -60,8 +60,9 @@
60 ],60 ],
61 install_requires=[61 install_requires=[
62 'lava-tool >= 0.2',62 'lava-tool >= 0.2',
63 'linaro_dashboard_bundle',
64 'pexpect',
63 'versiontools >= 1.4',65 'versiontools >= 1.4',
64 'linaro_dashboard_bundle',
65 ],66 ],
66 setup_requires=[67 setup_requires=[
67 'versiontools >= 1.4'68 'versiontools >= 1.4'

Subscribers

People subscribed via source and target branches