pynitrokey: relax dep on spsdk
This commit is contained in:
parent
73d013b64e
commit
e7fd848812
@ -33,11 +33,14 @@ buildPythonApplication rec {
|
||||
tlv8
|
||||
];
|
||||
|
||||
# spsdk is patched to allow for newer cryptography
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "cryptography >=3.4.4,<37" "cryptography"
|
||||
'';
|
||||
nativeBuildInputs = [
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"cryptography"
|
||||
"spsdk"
|
||||
];
|
||||
|
||||
# no tests
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user