mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-11 18:17:42 +00:00
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:
parent
6181479f2b
commit
a69a48ddce
1 changed files with 2 additions and 1 deletions
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue