11 buildPythonPackage rec {
12 pname = "azure-mgmt-logic";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 inherit pname version;
21 hash = "sha256-s/pIZPFKqnr0HXeNkl8FHtKbYBb0Y0R2Xs0PSdDwTdY=";
24 propagatedBuildInputs = [
34 pythonImportsCheck = [
39 description = "This is the Microsoft Azure Logic Apps Management Client Library";
40 homepage = "https://github.com/Azure/azure-sdk-for-python";
41 license = licenses.mit;
42 maintainers = with maintainers; [ maxwilson ];