12 buildPythonPackage rec {
13 pname = "azure-mgmt-hanaonazure";
17 inherit pname version;
19 sha256 = "f2f8342fbfded8be4165fb0d6f010b68df074886811db3e2c9a50b360ee2dd3a";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
35 description = "This is the Microsoft Azure SAP Hana on Azure Management Client Library";
36 homepage = "https://github.com/Azure/azure-sdk-for-python";
37 license = licenses.mit;
38 maintainers = with maintainers; [ maxwilson ];