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:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user