python2Packages.wptserve: fix build

This commit is contained in:
Michael Raskin 2018-12-21 12:36:03 +01:00
parent 14b3e7c004
commit 02ce974d04

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, six, h2
, isPy3k
}:
@ -15,7 +16,7 @@ buildPythonPackage rec {
sha256 = "9d0c6adc279748abea81ac12b7a2cac97ebbdd87826dc11f6dbd85b781e9442a";
};
propagatedBuildInputs = [ ];
propagatedBuildInputs = [ six h2 ];
meta = {
description = "A webserver intended for web browser testing";