10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "0zdz8lw545cd3a34cpib7mdwnad83gr2mrrxyj3v74h4zhwabhmg";
19 propagatedBuildInputs = [ six requests mock unittest2 ];
25 homepage = "https://github.com/coderanger/pychef";
26 description = "Python implementation of a Chef API client";
27 license = licenses.bsd0;