From ee56b479230e495433367541e2b9863f6af5823d Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 10 Feb 2021 16:59:06 +0100 Subject: [PATCH] fix(linux): Fix dependencies on packages The way we previously specified the Sentry library doesn't work when building on ppa because the build process there doesn't set the flags. --- linux/keyman-config/debian/control | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/linux/keyman-config/debian/control b/linux/keyman-config/debian/control index c985a593c6..2795069759 100644 --- a/linux/keyman-config/debian/control +++ b/linux/keyman-config/debian/control @@ -19,10 +19,9 @@ Build-Depends: python3-pil, python3-pip, python3-qrcode, - python3-raven , + python3-raven | python3-sentry-sdk, python3-requests, python3-requests-cache, - python3-sentry-sdk , 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 , - python3-sentry-sdk , + python3-raven | python3-sentry-sdk, ${misc:Depends}, ${python3:Depends}, Description: Keyman for Linux configuration