mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
python3Packages.shamir-mneomic: relax click constraint
This commit is contained in:
parent
17b8e87f40
commit
328efcc3e6
|
@ -21,6 +21,11 @@ buildPythonPackage rec {
|
|||
sha256 = "1mi1n01yw8yycbiv1l0xnfzlhhq2arappyvyi2jm5yq65jln77kg";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "click>=7,<8" "click"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
click
|
||||
|
|
Loading…
Reference in a new issue