diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-10-13 06:31:36 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-10-13 06:31:36 +0100 | 
| commit | 147e034341674eada403b40a5c89906ab16c60b5 (patch) | |
| tree | dbc3d32ff253610ebdd750037b9f8c50f4e4cfcd | |
| parent | c1ff438c903ee47a5633326a9773f58aee13695a (diff) | |
dependencies/fedora40: add python3-devel
I was build-testing gru_bob on an arm64 host, and got a
build error when compiling U-Boot.
Python.h missing - installing python3-devel fixes it.
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | config/dependencies/fedora40 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config/dependencies/fedora40 b/config/dependencies/fedora40 index f73595b8..6836b57b 100755 --- a/config/dependencies/fedora40 +++ b/config/dependencies/fedora40 @@ -9,5 +9,5 @@ libselinux-devel libusb1 libusb1-devel nasm ncurses-devel openssl-devel \  p7zip p7zip-plugins pandoc parted pciutils-devel perl perl-libwww-perl \  python-unversioned-command python3 python3-setuptools rsync sharutils \  subversion systemd-devel texinfo unar unifont unifont-fonts \ -unifont-ttf-fonts unzip wget xz zlib-devel ccache swig \ +unifont-ttf-fonts unzip wget xz zlib-devel ccache swig python3-devel \  " | 
