python3Packages.spsdk: fix dependency toward importlib-metadata

The dependency is needed at runtime by plugins.py.
This commit is contained in:
Damien Cassou 2023-09-11 21:01:46 +02:00
parent 31fa96e09e
commit e250509945
No known key found for this signature in database
GPG Key ID: B68746238E59B548

View File

@ -79,6 +79,7 @@ buildPythonPackage rec {
deepmerge
fastjsonschema
hexdump
importlib-metadata
jinja2
libusbsio
oscrypto
@ -93,7 +94,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
importlib-metadata
pyftdi
pytestCheckHook
voluptuous