Skip to content

Commit

Permalink
Add ignore-installed to pygobject as it is provided via the runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 24, 2024
1 parent 2e562fe commit de2d5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/flatpak-builder-lint-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"name": "python3-PyGObject",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PyGObject==3.48.2\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"PyGObject==3.48.2\" --no-build-isolation --ignore-installed"
],
"sources": [
{
Expand Down

0 comments on commit de2d5da

Please sign in to comment.