Fix HTTPie pygments dependency in Flatpak
Use --ignore-installed to ensure all dependencies (including Pygments) are installed to the Flatpak prefix, not relying on SDK packages that won't be available at runtime.
This commit is contained in:
parent
16b746adfa
commit
127bc2c4c7
@ -32,7 +32,7 @@
|
||||
"name" : "httpie",
|
||||
"buildsystem" : "simple",
|
||||
"build-commands" : [
|
||||
"pip3 install --prefix=${FLATPAK_DEST} httpie"
|
||||
"pip3 install --prefix=${FLATPAK_DEST} --ignore-installed httpie"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user