Skip to content

Commit

Permalink
build: pin shiboken6 to specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Dec 23, 2024
1 parent c462bbd commit a379120
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 1 deletion.
66 changes: 65 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ pyxdg = {version = "*", platform = "linux"}
requests = "*"
markdown = "*"
packaging = "*"
# shiboken6 released a 6.8.1.1 version only for macOS
# and it's getting picked by poetry, so pin it instead.
shiboken6 = [
{version = "6.8.1.1", platform = "darwin"},
{version = "6.8.1", platform = "linux"},
{version = "6.8.1", platform = "win32"},
]

[tool.poetry.scripts]
dangerzone = 'dangerzone:main'
Expand Down

0 comments on commit a379120

Please sign in to comment.