mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Add 'python3-devel' to the DNF bootstrap packages list
Bootstrapping on Fedora 31 fails with a missing <Python.h> header. That header is provided by the 'python3-devel' package.
This commit is contained in:
parent
3abbfdf278
commit
3ba621e764
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ def linux(context, force=False):
|
|||
'libXcursor-devel', 'libXmu-devel', 'mesa-libOSMesa-devel',
|
||||
'dbus-devel', 'ncurses-devel', 'harfbuzz-devel', 'ccache',
|
||||
'mesa-libGLU-devel', 'clang', 'clang-libs', 'gstreamer1-devel',
|
||||
'gstreamer1-plugins-base-devel',
|
||||
'gstreamer1-plugins-base-devel', 'python3-devel',
|
||||
'gstreamer1-plugins-bad-free-devel', 'autoconf213']
|
||||
if context.distro == "Ubuntu" and context.distro_version != "14.04":
|
||||
pkgs_apt += ['libgstreamer1.0-dev', 'libgstreamer-plugins-base1.0-dev',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue