python2Packages.wptserve: fix build
This commit is contained in:
parent
14b3e7c004
commit
02ce974d04
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user