From cc7194fe3d0d8fac2e6382353aab3abcbaf08e25 Mon Sep 17 00:00:00 2001 From: Matthias Hagmann <16444067+MattHag@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:49:51 +0100 Subject: [PATCH] Extend Ubuntu dependencies for GitHub CI Related #1097 --- Makefile | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 091910ec..ceb9da79 100644 --- a/Makefile +++ b/Makefile @@ -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" diff --git a/setup.py b/setup.py index 80e26e8b..b58456cf 100755 --- a/setup.py +++ b/setup.py @@ -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"],