python3Packages.trezor: relax click dependency (#476172)

This commit is contained in:
Pavol Rusnak
2026-01-02 08:56:36 +00:00
committed by GitHub
@@ -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 = [