Skip to content

Commit

Permalink
Pin PyGObject to version 3.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Mar 10, 2025
1 parent d04b538 commit 89eeea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/makedist_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rm -rf dist/tribler
rm -rf build/debian/tribler/usr/share/tribler

# ----- Install dependencies before the build
python3 -m pip install --upgrade PyGObject
python3 -m pip install --upgrade PyGObject==3.50.0

# ----- Update version
python3 ./build/debian/update_metainfo.py
Expand Down

0 comments on commit 89eeea6

Please sign in to comment.