Skip to content

Commit

Permalink
flatpak-builder-lint-deps: Cleanup poetry-core and meson-python
Browse files Browse the repository at this point in the history
These are build only dependencies
  • Loading branch information
bbhtt committed Oct 2, 2024
1 parent 3476cad commit 10c6cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/flatpak-builder-lint-deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"poetry-core>=1.0.0\" --no-build-isolation"
],
"cleanup": ["*"],
"sources": [
{
"type": "file",
Expand Down Expand Up @@ -216,6 +217,7 @@
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"meson-python\" --no-build-isolation"
],
"cleanup": ["*"],
"sources": [
{
"type": "file",
Expand Down

0 comments on commit 10c6cb6

Please sign in to comment.