pythonPackages.mozprofile: 2.3.0 -> 2.4.0

This commit is contained in:
Jonathan Ringer 2019-12-24 01:18:05 -08:00 committed by Frederik Rietdijk
parent 0838e5c4ef
commit 03a750545b

View File

@ -16,7 +16,9 @@ buildPythonPackage rec {
sha256 = "09l18x72vahq7il9nj6qj7la2d21vvbcn9szlm3vsvsbkz68w0yk";
};
propagatedBuildInputs = [ mozlog mozfile mozhttpd wptserve ];
propagatedBuildInputs = [ mozlog mozfile mozhttpd ];
checkInputs = [ wptserve ];
meta = {
description = "Mozilla application profile handling library";