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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user