python3Packages.home-assistant-chip-core: remove ecdsa dependency

In nixpkgs ecdsa is marked vulnerable because the upstream author
declared the library to be a testing and teaching tool and not fit for
production usage.

In project-chip ecdsa is only used for testing purposes, so it is
apparently safe to remove.
This commit is contained in:
Martin Weinelt
2026-02-01 17:40:57 +01:00
parent dc5914413c
commit ace60e4a93
@@ -42,6 +42,9 @@ buildPythonPackage rec {
]
++ home-assistant-chip-wheels.propagatedBuildInputs;
# only used for testing purposes, unsafe to use in production
pythonRemoveDeps = [ "ecdsa" ];
pythonNamespaces = [
"chip"
"chip.clusters"