summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Emacsen team <debian-emacsen@lists.debian.org>2020-10-11 06:29:50 -0700
committerThomas Koch <thomas@koch.ro>2020-10-11 06:29:50 -0700
commitd0c1fd40161b925582919b2adef094c20adc7a59 (patch)
treed35c8265aaa8f143873be0bd96628dfcfa2f45b4
parent7b1fb660ac389d2a01f366396a8f187c63a7beeb (diff)
Package does not byte-compile on installation without flycheck installed.
Bug-debian: https://bugs.debian.org/920828 Gbp-Pq: Name package-requires-flycheck.patch
-rw-r--r--lsp-ui.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsp-ui.el b/lsp-ui.el
index 1caafbb..fa713d4 100644
--- a/lsp-ui.el
+++ b/lsp-ui.el
@@ -6,7 +6,7 @@
;; Author: Sebastien Chapuis <sebastien@chapu.is>, Fangrui Song <i@maskray.me>
;; Keywords: languages, tools
;; URL: https://github.com/emacs-lsp/lsp-ui
-;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0") (markdown-mode "2.3"))
+;; Package-Requires: ((emacs "26.1") (dash "2.14") (dash-functional "1.2.0") (lsp-mode "6.0") (markdown-mode "2.3") (flycheck "31"))
;; Version: 7.0.1
;;; License