Recommend packages required to build Tree-sitter parsers at runtime.

This commit is contained in:
Peter Oliver 2023-08-07 19:04:53 +01:00
parent 9c5e49b7f0
commit 6a817e69ea

View File

@ -169,8 +169,8 @@ Obsoletes: emacs-transient < 0.3.0-4
# meantime, we need the following packages for
# treesit-install-language-grammar to be able to build the parsers for
# us at runtime:
Suggests: ((gcc and gcc-c++) or clang)
Suggests: git
Recommends: ((gcc and gcc-c++) or clang)
Recommends: git
%description common