Skip to content

Commit

Permalink
Fedora: bypass the shiboken specific version.
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 23, 2025
1 parent 9c6c2e1 commit df5ccb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/linux/dangerzone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ convert the documents within a secure sandbox.
sed -i 's/<3.13/<3.14/' pyproject.toml
%endif

# Bypass the version pin for Fedora as the 6.8.1.1 package is causing trouble
# A 6.8.1.1 package was only released with a wheel for macOS, but was picked by
# Fedora packagers. We cannot use "*" when PyPI is involved as it will fail to download the latest version.
# For Fedora, we can pick any of the released versions.
sed -i '/shiboken6 = \[/,/\]/c\shiboken6 = "*"' pyproject.toml

%generate_buildrequires
%pyproject_buildrequires -R
Expand Down

0 comments on commit df5ccb3

Please sign in to comment.