author | Gregory Szorc <gps@mozilla.com> |
Tue, 03 Apr 2018 10:46:47 -0700 | |
changeset 784785 | e9f596f0a4351e71a36c66969af52b7d512cde15 |
parent 784732 | a0c804993efc599a95e97bea39fa1528fd0195d8 |
child 784786 | 4d12cbb6ea1801f2bc52838c0a8f79935ccff6e0 |
push id | 107028 |
push user | bmo:gps@mozilla.com |
push date | Thu, 19 Apr 2018 00:46:23 +0000 |
reviewers | Build |
bugs | 1451065 |
milestone | 61.0a1 |
--- a/python/mozboot/mozboot/archlinux.py +++ b/python/mozboot/mozboot/archlinux.py @@ -18,16 +18,17 @@ class ArchlinuxBootstrapper(StyloInstall '''Archlinux experimental bootstrapper.''' SYSTEM_PACKAGES = [ 'autoconf2.13', 'base-devel', 'nodejs', 'python2', 'python2-setuptools', + 'python', # This is Python 3 on Arch. 'unzip', 'zip', ] BROWSER_PACKAGES = [ 'alsa-lib', 'dbus-glib', 'desktop-file-utils',