aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/bootstrap.py
diff options
context:
space:
mode:
authorMartin Boros <martinboros@localhost.localdomain>2019-05-24 21:45:01 -0400
committerMartin Boros <martinboros@localhost.localdomain>2019-05-24 21:45:01 -0400
commit900e951d5371e8866ac3772e1e80f61f41abe158 (patch)
tree4e293923c710312c1ba3636f872c874886412ba4 /python/servo/bootstrap.py
parent5d1e4b32fc924d09214d398e0274e071c0975d29 (diff)
downloadservo-900e951d5371e8866ac3772e1e80f61f41abe158.tar.gz
servo-900e951d5371e8866ac3772e1e80f61f41abe158.zip
fixed formatting in bootstrap file
Diffstat (limited to 'python/servo/bootstrap.py')
-rw-r--r--python/servo/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/bootstrap.py b/python/servo/bootstrap.py
index 6fdca1585ec..c83a196cfbd 100644
--- a/python/servo/bootstrap.py
+++ b/python/servo/bootstrap.py
@@ -115,7 +115,7 @@ def linux(context, force=False):
'libosmesa6-dev', 'libxmu6', 'libxmu-dev', 'libglu1-mesa-dev',
'libgles2-mesa-dev', 'libegl1-mesa-dev', 'libdbus-1-dev', 'libharfbuzz-dev',
'ccache', 'clang', 'autoconf2.13', 'libunwind-dev']
- pkgs_dnf = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel','libunwind-devel',
+ pkgs_dnf = ['libtool', 'gcc-c++', 'libXi-devel', 'freetype-devel', 'libunwind-devel',
'mesa-libGL-devel', 'mesa-libEGL-devel', 'glib2-devel', 'libX11-devel',
'libXrandr-devel', 'gperf', 'fontconfig-devel', 'cabextract', 'ttmkfdir',
'python2', 'python2-virtualenv', 'python2-pip', 'expat-devel', 'rpm-build',