From 13a31f4079635fab792c5e16529d83b6b89b85a1 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Wed, 19 May 2021 17:07:06 +0200 Subject: [PATCH] chore(linux): Remove unnecessary dependency on kmflcomp Closes #4768. --- linux/keyman-config/README.md | 2 -- linux/keyman-config/debian/control | 1 - 2 files changed, 3 deletions(-) diff --git a/linux/keyman-config/README.md b/linux/keyman-config/README.md index 16fee14ef2..9719d3d8a5 100644 --- a/linux/keyman-config/README.md +++ b/linux/keyman-config/README.md @@ -24,8 +24,6 @@ sudo apt install python3-sentry-sdk (It's also possible to install it with pip: `pip3 install sentry-sdk`) -You will also need `kmflcomp` either from a package or built and installed locally. - Run the script `./createkeymandirs.sh` to create the directories for these programs to install the packages to. diff --git a/linux/keyman-config/debian/control b/linux/keyman-config/debian/control index dad46d616f..04ac8be030 100644 --- a/linux/keyman-config/debian/control +++ b/linux/keyman-config/debian/control @@ -67,7 +67,6 @@ Depends: dconf-cli, gir1.2-webkit2-4.0, ibus-keyman, - kmflcomp (>=10.99.33), python3-bs4, python3-gi, python3-raven | python3-sentry-sdk,