pythonPackages.mozdevice: fix hash and build

This commit is contained in:
Jonathan Ringer 2019-12-24 01:14:00 -08:00 committed by Frederik Rietdijk
parent 0e29b98c1d
commit 0838e5c4ef

View File

@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, mozlog
, moznetwork
, mozprocess
}:
@ -16,7 +17,7 @@ buildPythonPackage rec {
format = "wheel";
};
propagatedBuildInputs = [ moznetwork mozprocess ];
propagatedBuildInputs = [ mozlog moznetwork mozprocess ];
meta = {
description = "Mozilla-authored device management";