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
1=== modified file 'setup.py'
2--- setup.py 2012-08-17 02:03:02 +0000
3+++ setup.py 2012-08-22 10:19:26 +0000
4@@ -60,8 +60,9 @@
5 ],
6 install_requires=[
7 'lava-tool >= 0.2',
8+ 'linaro_dashboard_bundle',
9+ 'pexpect',
10 'versiontools >= 1.4',
11- 'linaro_dashboard_bundle',
12 ],
13 setup_requires=[
14 'versiontools >= 1.4'

Subscribers

People subscribed via source and target branches