mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
python313Packages.nitrokey: relax and upgrade protobuf (#405297)
This commit is contained in:
commit
e09a2cada9
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
||||||
requests,
|
requests,
|
||||||
tlv8,
|
tlv8,
|
||||||
pyserial,
|
pyserial,
|
||||||
protobuf5,
|
protobuf,
|
||||||
semver,
|
semver,
|
||||||
crcmod,
|
crcmod,
|
||||||
hidapi,
|
hidapi,
|
||||||
|
@ -27,6 +27,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "protobuf" ];
|
||||||
|
|
||||||
build-system = [ poetry-core ];
|
build-system = [ poetry-core ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
@ -37,7 +39,7 @@ buildPythonPackage rec {
|
||||||
crcmod
|
crcmod
|
||||||
cryptography
|
cryptography
|
||||||
hidapi
|
hidapi
|
||||||
protobuf5
|
protobuf
|
||||||
pyserial
|
pyserial
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue