Merge pull request #128530 from arcnmx/trezor-fix

python3Packages.trezor: patch for updated dep
This commit is contained in:
Pavol Rusnak 2021-06-28 19:32:57 +02:00 committed by GitHub
commit bc5536f600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,11 @@ buildPythonPackage rec {
sha256 = "0r0j0y0ii62ppawc8qqjyaq0fkmmb0zk1xb3f9navxp556w2dljv";
};
postPatch = ''
substituteInPlace setup.py \
--replace 'click>=7,<8' 'click>=7,<9'
'';
nativeBuildInputs = [ installShellFiles ];
propagatedBuildInputs = [