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