pythonPackages.psutil: Drop busybox dependency
This broke the build on OS X. And we're not even running the tests anyway.
This commit is contained in:
@@ -16471,12 +16471,7 @@ in modules // {
|
|||||||
# See also the older issue: https://code.google.com/p/psutil/issues/detail?id=434
|
# See also the older issue: https://code.google.com/p/psutil/issues/detail?id=434
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
checkPhase = ''
|
buildInputs = with self; [ mock ] ++ optionals stdenv.isDarwin [ pkgs.darwin.IOKit ];
|
||||||
${python.interpreter} test/test_psutil.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
# Test suite needs `free`, therefore we have pkgs.busybox
|
|
||||||
buildInputs = with self; [ mock pkgs.busybox] ++ optionals stdenv.isDarwin [ pkgs.darwin.IOKit ];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Process and system utilization information interface for python";
|
description = "Process and system utilization information interface for python";
|
||||||
|
|||||||
Reference in New Issue
Block a user