Skip to content

Commit

Permalink
misc: fix syntax and remove regex in pypi-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hydroxycarbamide committed Nov 6, 2024
1 parent 8473eb0 commit 12383fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions build-aux/flatpak/pypi-dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@
]
},
{
"name": "python3-Pillow",
"name": "python3-pillow",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"Pillow\" --no-build-isolation"
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"pillow\" --no-build-isolation"
],
"sources": [
{
Expand All @@ -99,20 +99,6 @@
}
]
},
{
"name": "python3-regex",
"buildsystem": "simple",
"build-commands": [
"pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \"regex\" --no-build-isolation"
],
"sources": [
{
"type": "file",
"url": "https://files.pythonhosted.org/packages/f9/38/148df33b4dbca3bd069b963acab5e0fa1a9dbd6820f8c322d0dd6faeff96/regex-2024.9.11.tar.gz",
"sha256": "6c188c307e8433bcb63dc1915022deb553b4203a70722fc542c363bf120a01fd"
}
]
},
{
"name": "python3-libsass",
"buildsystem": "simple",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
anyascii
svglib
Jinja2
Pillow
pillow
libsass

0 comments on commit 12383fe

Please sign in to comment.