12 buildPythonPackage rec {
13 pname = "azure-mgmt-monitor";
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-X/v1AOSZq3kSsbptJs7yZIDZrkEVMgGbt41yViGW4Hs=";
24 propagatedBuildInputs = [
28 ] ++ lib.optionals (pythonOlder "3.8") [ typing-extensions ];
30 pythonNamespaces = [ "azure.mgmt" ];
36 description = "This is the Microsoft Azure Monitor Client Library";
37 homepage = "https://github.com/Azure/azure-sdk-for-python";
38 license = licenses.mit;
39 maintainers = with maintainers; [ maxwilson ];