From a427c66dc19fd32790e9204f441de8d1a2ae0033 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sat, 20 Dec 2025 08:22:01 -0500 Subject: [PATCH] tools: add python3-devel to install-dnf in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f7a2b9f6..6ec4ea17 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ install_apt_python3.13: sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository-2.0-dev gobject-introspection install_dnf: - @echo "Installing Solaar dependencies via dn" - sudo dnf install gtk3 python3-gobject python3-dbus python3-pyudev python3-psutil python3-xlib python3-yaml + @echo "Installing Solaar dependencies via dnf" + sudo dnf install gtk3 python3-devel python3-gobject python3-dbus python3-pyudev python3-psutil python3-xlib python3-yaml install_brew: @echo "Installing Solaar dependencies via brew"