Skip to content

Commit ea1e59f

Browse files
committed
tools: add python3-devel to install-dnf in Makefile
1 parent a0e1928 commit ea1e59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ install_apt_python3.13:
2525
sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository-2.0-dev gobject-introspection
2626

2727
install_dnf:
28-
@echo "Installing Solaar dependencies via dn"
29-
sudo dnf install gtk3 python3-gobject python3-dbus python3-pyudev python3-psutil python3-xlib python3-yaml
28+
@echo "Installing Solaar dependencies via dnf"
29+
sudo dnf install gtk3 python3-devel python3-gobject python3-dbus python3-pyudev python3-psutil python3-xlib python3-yaml
3030

3131
install_brew:
3232
@echo "Installing Solaar dependencies via brew"

0 commit comments

Comments
 (0)