python3Packages.spsdk: fix build by relaxing versions

This commit is contained in:
Dominic Shelton 2023-03-17 23:54:12 +11:00
parent 428fe359b5
commit e6495b4112

View File

@ -27,6 +27,7 @@
, pyserial
, ruamel-yaml
, sly
, typing-extensions
, pytestCheckHook
, voluptuous
}:
@ -52,8 +53,10 @@ buildPythonPackage rec {
"cmsis-pack-manager"
"deepmerge"
"jinja2"
"pycryptodome"
"pylink-square"
"pyocd"
"typing-extensions"
];
pythonRemoveDeps = [
@ -85,6 +88,7 @@ buildPythonPackage rec {
pyserial
ruamel-yaml
sly
typing-extensions
];
nativeCheckInputs = [