11 buildPythonPackage rec {
12 pname = "azure-mgmt-logic";
16 inherit pname version;
18 sha256 = "d3a780d299c4db59134bd984c4c9281b9b6ae5d4ba185bcbae43f6c3af04f85a";
21 propagatedBuildInputs = [
31 pythonImportsCheck = [ "azure.mgmt.logic" ];
34 description = "This is the Microsoft Azure Logic Apps Management Client Library";
35 homepage = "https://github.com/Azure/azure-sdk-for-python";
36 license = licenses.mit;
37 maintainers = with maintainers; [ maxwilson ];