fix(linux): Add missing Python dependencies

Previously these dependencies were defined in setup.py, but now
that we don't use setup.py during packaging we have to define them
as build dependencies in `control`, otherwise the package build
will show missing module errors on Sentry.
This commit is contained in:
Eberhard Beilharz 2020-08-24 20:03:18 +02:00
parent 6181479f2b
commit a69a48ddce
No known key found for this signature in database
GPG key ID: 64A39A9E98B53105

View file

@ -4,7 +4,8 @@ Section: python
Priority: optional
Build-Depends: dh-python, debhelper (>= 9), bash-completion,
help2man, python3-all (>= 3.5), python3-setuptools,
python3-pip, python3-magic,
python3-pip, python3-magic, python3-lxml, python3-numpy,
python3-pil, python3-requests, python3-requests-cache,
python3-qrcode <!pkg.keyman-config.xenial>,
python-qrcode <pkg.keyman-config.xenial>,
python3-sentry-sdk <pkg.keyman-config.focal>,