Commit b0627e9 1 parent 4b90cc8 commit b0627e9 Copy full SHA for b0627e9
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 61
61
run : |
62
62
sudo apt update
63
63
sudo apt install python3-dev libgirepository1.0-dev libcairo2-dev gir1.2-secret-1 gnome-keyring
64
+
65
+ # girepository-2.0 becomes necessary since PyGobject 3.51 https://pygobject.gnome.org/changelog.html#pre-release
66
+ # Copilot said pkg-config and libgirepository1.0-dev which "should provide girepository-2.0"
67
+ sudo apt install pkg-config and libgirepository1.0-dev
68
+
69
+ # Install PyGObject and GTK dependencies
70
+ #sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
71
+ #sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-dev python3-gi-cairo girepository-2.0
64
72
- name : Install Python dependencies
65
73
run : |
66
74
python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments