10 buildPythonPackage rec {
11 pname = "azure-mgmt-batchai";
15 inherit pname version;
17 sha256 = "f1870b0f97d5001cdb66208e5a236c9717a0ed18b34dbfdb238a828f3ca2a683";
20 propagatedBuildInputs = [
27 pythonNamespaces = [ "azure.mgmt" ];
33 description = "This is the Microsoft Azure Batch AI Management Client Library";
34 homepage = "https://github.com/Azure/azure-sdk-for-python";
35 license = licenses.mit;
36 maintainers = with maintainers; [ maxwilson ];