12 buildPythonPackage rec {
13 pname = "azure-mgmt-logic";
15 format = "setuptools";
17 disabled = pythonOlder "3.6";
20 inherit pname version;
22 hash = "sha256-s/pIZPFKqnr0HXeNkl8FHtKbYBb0Y0R2Xs0PSdDwTdY=";
25 propagatedBuildInputs = [
35 pythonImportsCheck = [ "azure.mgmt.logic" ];
38 description = "This is the Microsoft Azure Logic Apps Management Client Library";
39 homepage = "https://github.com/Azure/azure-sdk-for-python";
40 license = licenses.mit;
41 maintainers = with maintainers; [ maxwilson ];