Extend Ubuntu dependencies for GitHub CI

Related #1097
This commit is contained in:
Matthias Hagmann 2024-03-05 20:49:51 +01:00 committed by Peter F. Patel-Schneider
parent 7ec3eddccc
commit cc7194fe3d
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ install_macos: install_brew install_pip
install_apt:
@echo "Installing Solaar dependencies via apt"
sudo apt update
sudo apt install libdbus-1-dev libglib2.0-dev
sudo apt install libdbus-1-dev libglib2.0-dev libgtk-3-dev libgirepository1.0-dev
install_dnf:
@echo "Installing Solaar dependencies via dn"

View File

@ -81,6 +81,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
"python-xlib (>= 0.27)",
"psutil (>= 5.4.3)",
'dbus-python ; platform_system=="Linux"',
"PyGObject",
],
extras_require={
"report-descriptor": ["hid-parser"],