cmake-language-server: remove pyparsing dependency
This dependency is no longer necessary since v0.1.5
This commit is contained in:
parent
5f214a11c0
commit
1c1e0e0353
1 changed files with 0 additions and 7 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue