mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-26 18:27:41 +00:00
Merge pull request #4464 from keymanapp/fix/linux/package
fix(linux): Fix dependencies on packages
This commit is contained in:
commit
98dbee04cc
1 changed files with 2 additions and 4 deletions
|
|
@ -19,10 +19,9 @@ Build-Depends:
|
|||
python3-pil,
|
||||
python3-pip,
|
||||
python3-qrcode,
|
||||
python3-raven <pkg.keyman-config.bionic>,
|
||||
python3-raven | python3-sentry-sdk,
|
||||
python3-requests,
|
||||
python3-requests-cache,
|
||||
python3-sentry-sdk <pkg.keyman-config.focal>,
|
||||
python3-setuptools,
|
||||
Standards-Version: 4.5.0
|
||||
Vcs-Git: https://github.com/keymanapp/keyman.git
|
||||
|
|
@ -71,8 +70,7 @@ Depends:
|
|||
kmflcomp (>=10.99.33),
|
||||
python3-bs4,
|
||||
python3-gi,
|
||||
python3-raven <pkg.keyman-config.bionic>,
|
||||
python3-sentry-sdk <pkg.keyman-config.focal>,
|
||||
python3-raven | python3-sentry-sdk,
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Description: Keyman for Linux configuration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue