tools: add python3-devel to install-dnf in Makefile
This commit is contained in:
4
Makefile
4
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
|
sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository-2.0-dev gobject-introspection
|
||||||
|
|
||||||
install_dnf:
|
install_dnf:
|
||||||
@echo "Installing Solaar dependencies via dn"
|
@echo "Installing Solaar dependencies via dnf"
|
||||||
sudo dnf install gtk3 python3-gobject python3-dbus python3-pyudev python3-psutil python3-xlib python3-yaml
|
sudo dnf install gtk3 python3-devel python3-gobject python3-dbus python3-pyudev python3-psutil python3-xlib python3-yaml
|
||||||
|
|
||||||
install_brew:
|
install_brew:
|
||||||
@echo "Installing Solaar dependencies via brew"
|
@echo "Installing Solaar dependencies via brew"
|
||||||
|
|||||||
Reference in New Issue
Block a user