python.pkgs.wptserve: relax h2 version constraint

This commit is contained in:
Robert Schütz 2019-03-03 02:38:44 +01:00 committed by Frederik Rietdijk
parent c943e22378
commit 3c4c8b6500

View file

@ -16,6 +16,10 @@ buildPythonPackage rec {
sha256 = "9d0c6adc279748abea81ac12b7a2cac97ebbdd87826dc11f6dbd85b781e9442a";
};
postPatch = ''
substituteInPlace setup.py --replace "h2==" "h2>="
'';
propagatedBuildInputs = [ six h2 ];
meta = {