11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "a2d872a40196404386d1e0d960e97b37c86c3f72a4f9d5a2b5f9ca1adaff5b62";
20 buildInputs = [ libunwind ];
21 propagatedBuildInputs = [ colorama requests six pytz ];
25 pythonImportsCheck = [ "vmprof" ];
28 description = "A vmprof client";
29 license = licenses.mit;
30 homepage = "https://vmprof.readthedocs.org/";