Skip to content

Commit 3ea2f30

Browse files
committed
python313Packages.nitrokey: relax and upgrade protobuf
1 parent b924f04 commit 3ea2f30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/development/python-modules/nitrokey/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
requests,
1010
tlv8,
1111
pyserial,
12-
protobuf5,
12+
protobuf,
1313
semver,
1414
crcmod,
1515
hidapi,
@@ -27,6 +27,8 @@ buildPythonPackage rec {
2727

2828
disabled = pythonOlder "3.9";
2929

30+
pythonRelaxDeps = [ "protobuf" ];
31+
3032
build-system = [ poetry-core ];
3133

3234
dependencies = [
@@ -37,7 +39,7 @@ buildPythonPackage rec {
3739
crcmod
3840
cryptography
3941
hidapi
40-
protobuf5
42+
protobuf
4143
pyserial
4244
];
4345

0 commit comments

Comments
 (0)