11 buildPythonPackage rec {
12 pname = "azure-mgmt-hanaonazure";
16 inherit pname version;
18 sha256 = "f5699cd2f6ad09555c3f1a75c8703e12db76bbbb7ec8b621dcb948d4fc9829a5";
21 propagatedBuildInputs = [
25 ] ++ lib.optionals (!isPy3k) [
33 description = "This is the Microsoft Azure SAP Hana on Azure Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];