python3Packages.trezor: relax click dependency

This commit is contained in:
Pavol Rusnak
2026-01-02 09:49:36 +01:00
parent 3afc0274f5
commit 8ce5edb6e5
@@ -46,6 +46,9 @@ buildPythonPackage rec {
]
++ lib.optionals stdenv.hostPlatform.isLinux [ trezor-udev-rules ];
# fix "click<8.2,>=7 not satisfied by version 8.3.1"
pythonRelaxDeps = [ "click" ];
nativeCheckInputs = [ pytestCheckHook ];
disabledTestPaths = [