10 python3.pkgs.buildPythonApplication {
11 inherit pname version;
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-X/G6osOHCBidKZG/Y2nmHadifDacJhjBIc7WYrUCPn8=";
19 propagatedBuildInputs = with python3.pkgs; [ requests python-dateutil ];
22 description = "Python34 program that implements a command line tool for accessing the Redfish API";
23 homepage = "https://github.com/DMTF/Redfishtool";
24 changelog = "https://github.com/DMTF/Redfishtool/blob/${version}/CHANGELOG.md";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ jfvillablanca ];
27 mainProgram = "redfishtool";