nitrokey: relax hidapi python dep to fix build

I tested the functionality with my nitrokey 3 and everything seems to work well.
This commit is contained in:
r-vdp
2025-12-14 12:00:28 +01:00
parent 51be9c59a8
commit d65d092d2f
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
fetchPypi,
poetry-core,
cryptography,
@@ -25,7 +24,10 @@ buildPythonPackage rec {
hash = "sha256-m351pDLMuZaddbUqJz5r/ljz/vVq+RBDGk4xskc3HCk=";
};
pythonRelaxDeps = [ "protobuf" ];
pythonRelaxDeps = [
"protobuf"
"hidapi"
];
build-system = [ poetry-core ];