~vishalbhoj/lava-android-test/fix-sdcard-mounted.sh

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Zygmunt Krynicki
  • Date: 2012-08-22 09:45:22 UTC
  • mto: This revision was merged to the branch mainline in revision 199.
  • Revision ID: zygmunt.krynicki@linaro.org-20120822094522-h7wivx19fjo26n6y
Add missing dependency on pexpect

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    ],
61
61
    install_requires=[
62
62
        'lava-tool >= 0.2',
 
63
        'linaro_dashboard_bundle',
 
64
        'pexpect',
63
65
        'versiontools >= 1.4',
64
 
        'linaro_dashboard_bundle',
65
66
    ],
66
67
    setup_requires=[
67
68
        'versiontools >= 1.4'