python3Packages.spsdk: relax python dependencies

This commit is contained in:
Nicolas Benes
2024-01-12 22:24:10 +01:00
parent 0dc9c89860
commit 030b924be0
@@ -26,6 +26,7 @@
, pyocd
, pypemicro
, pyserial
, requests
, ruamel-yaml
, setuptools
, sly
@@ -63,6 +64,8 @@ buildPythonPackage rec {
"pylink-square"
"pyocd"
"typing-extensions"
"click"
"ruamel.yaml"
];
pythonRemoveDeps = [
@@ -93,6 +96,7 @@ buildPythonPackage rec {
pyocd
pypemicro
pyserial
requests
ruamel-yaml
sly
typing-extensions