mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python.pkgs.wptserve: relax h2 version constraint
This commit is contained in:
parent
c943e22378
commit
3c4c8b6500
@ -16,6 +16,10 @@ buildPythonPackage rec {
|
||||
sha256 = "9d0c6adc279748abea81ac12b7a2cac97ebbdd87826dc11f6dbd85b781e9442a";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py --replace "h2==" "h2>="
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ six h2 ];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user