le: add psutil to dependencies

(cherry picked from commit b114eab794)
This commit is contained in:
Rob Vermaas 2015-05-05 13:26:55 +00:00
parent e79a47b007
commit ce83865800

View File

@ -4998,7 +4998,7 @@ let
sha256 = "12l6fqavykjinq286i9pgbbbrv5lq2mmiji91g0m05lfdx9pg4y1";
};
propagatedBuildInputs = with self; [ simplejson ];
propagatedBuildInputs = with self; [ simplejson psutil ];
meta = {
homepage = "https://github.com/logentries/le";