From 8b3a5e4dd13d467704ccf0e1809b32c88b445005 Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Tue, 3 Apr 2018 10:46:47 -0700 Subject: [PATCH] Bug 1451065 - Install Python 3 on Arch; r=mshal MozReview-Commit-ID: Gg7gn72Xev9 --HG-- extra : rebase_source : c61fca33e29721b6a6f7c1281186f6935da193b7 --- python/mozboot/mozboot/archlinux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/mozboot/mozboot/archlinux.py b/python/mozboot/mozboot/archlinux.py index f5d7b782ca3e..48d1c0883574 100644 --- a/python/mozboot/mozboot/archlinux.py +++ b/python/mozboot/mozboot/archlinux.py @@ -23,6 +23,7 @@ class ArchlinuxBootstrapper(StyloInstall, BaseBootstrapper): 'nodejs', 'python2', 'python2-setuptools', + 'python', # This is Python 3 on Arch. 'unzip', 'zip', ]