Skip to content

Commit

Permalink
[flatpak] Ignore runtime/base-app "packaging" to use the version we w…
Browse files Browse the repository at this point in the history
…ant.
  • Loading branch information
FrancescoCeruti committed Apr 11, 2024
1 parent 478da41 commit 624b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flatpak/org.linuxshowplayer.LinuxShowPlayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"name": "python-packaging",
"buildsystem": "simple",
"build-commands": [
"pip3 install --no-index --no-build-isolation --find-links=\"file://${PWD}\" --prefix=\"${FLATPAK_DEST}\" packaging"
"pip3 install --no-index --no-build-isolation --ignore-installed --find-links=\"file://${PWD}\" --prefix=\"${FLATPAK_DEST}\" packaging"
],
"sources": [
{
Expand Down

0 comments on commit 624b205

Please sign in to comment.