cmake-language-server: remove pyparsing dependency

This dependency is no longer necessary since v0.1.5
This commit is contained in:
Kira Bruneau 2022-08-04 12:49:52 -04:00
parent 5f214a11c0
commit 1c1e0e0353

View file

@ -4,7 +4,6 @@
, poetry
, cmake-format
, pygls
, pyparsing
, cmake
, pytest-datadir
, pytestCheckHook
@ -30,11 +29,6 @@ buildPythonApplication rec {
./use-latest-pygls.patch
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'pyparsing = "^2.4"' 'pyparsing = "^3.0.6"'
'';
nativeBuildInputs = [
poetry
];
@ -42,7 +36,6 @@ buildPythonApplication rec {
propagatedBuildInputs = [
cmake-format
pygls
pyparsing
];
checkInputs = [