mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python3Packages.spsdk: fix build by relaxing versions
This commit is contained in:
parent
428fe359b5
commit
e6495b4112
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user