mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-25 21:44:49 +00:00
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
@ -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 New Issue
Block a user