mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
fix(linux): Swap order of dependencies for Debian package
It turns out that the Debian package build system only considers the first alternative; python3-raven isn't available on the current Debian version, however we still need it on Ubuntu 18.04 Bionic where python3-sentry-sdk is not available. This change swaps the alternatives and so should work both on Debian as well as for Bionic.
This commit is contained in:
parent
af67d180af
commit
4dd0a48b2b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ Build-Depends:
|
|||
python3-pil,
|
||||
python3-pip,
|
||||
python3-qrcode,
|
||||
python3-raven | python3-sentry-sdk,
|
||||
python3-sentry-sdk | python3-raven,
|
||||
python3-requests,
|
||||
python3-requests-cache,
|
||||
python3-setuptools,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue