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:
Eberhard Beilharz 2021-05-11 16:43:22 +02:00
parent af67d180af
commit 4dd0a48b2b
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

View file

@ -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,