8 buildPythonPackage rec {
10 pname = "azure-mgmt-compute";
13 inherit pname version;
15 sha256 = "65afe759c6ee87dd89d65d59c8da4b2c04d197c07c1fbfdc56ef1aea468e4525";
18 propagatedBuildInputs = [
23 pythonNamespaces = [ "azure.mgmt" ];
29 description = "This is the Microsoft Azure Compute Management Client Library";
30 homepage = "https://github.com/Azure/azure-sdk-for-python";
31 license = licenses.mit;
32 maintainers = with maintainers; [ olcai maxwilson ];