mirror of
https://github.com/servo/servo.git
synced 2025-09-27 07:10:19 +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
|
@ -101,7 +101,7 @@ sudo dnf install curl libtool gcc-c++ libXi-devel libunwind-devel \
|
|||
libXrandr-devel gperf fontconfig-devel cabextract ttmkfdir expat-devel \
|
||||
rpm-build openssl-devel cmake bzip2-devel libX11-devel libXcursor-devel \
|
||||
libXmu-devel mesa-libOSMesa-devel dbus-devel ncurses-devel harfbuzz-devel \
|
||||
ccache mesa-libGLU-devel clang clang-libs gstreamer1-devel \
|
||||
ccache mesa-libGLU-devel clang clang-libs gstreamer1-devel python3-devel \
|
||||
gstreamer1-plugins-base-devel gstreamer1-plugins-bad-free-devel autoconf213
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue