~pieq/checkbox/fix-1484872-env-variables-forced-to-non-international

« back to all changes in this revision

Viewing changes to checkbox-touch/get-libs

  • Committer: Daniel Manrique
  • Author(s): Maciej Kisielewski
  • Date: 2015-09-02 08:24:10 UTC
  • mfrom: (3973.1.1 launchpad/padme-in-cc-fix)
  • Revision ID: daniel_manrique-20150902082410-drdmvkh2rl6sqd9j
"automatic merge of lp:~kissiel/checkbox/padme-in-cc-fix/ by tarmac [r=zyga][bug=1491012][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                'python3-testscenarios', 'python3-subunit', 'python3-fixtures', 'python3-junitxml',
72
72
                'python3-extras', 'python3-evdev']
73
73
    packages = ['libpython3.4', 'pyotherside', 'python3-xlsxwriter',
74
 
                'python3-jinja2', 'python3-markupsafe',
75
 
                'qml-module-qtquick-qchartjs']
 
74
                'python3-jinja2', 'python3-markupsafe', 'python3-padme',
 
75
                'qml-module-qtquick-qchartjs', 'python3-requests',
 
76
                'python3-urllib3']
76
77
    if get_autopilot:
77
78
        packages += ap_packages
78
79
    # uris will serve as a database of uris from which to download packages
219
220
    # and extracted. After extraction contents of
220
221
    # ./usr/lib/python3/dist-packages are copied to ./lib/py.
221
222
    python3_libs = ['python3-xlsxwriter', 'python3-jinja2',
222
 
                    'python3-markupsafe']
 
223
                    'python3-markupsafe', 'python3-padme', 'python3-requests',
 
224
                    'python3-urllib3']
223
225
 
224
226
    # additional libs needed to support autopilot tests.  these were obtained by
225
227
    # running apt-cache depends on python3-autopilot