12 buildPythonPackage rec {
13 pname = "azure-mgmt-containerinstance";
17 inherit pname version;
19 sha256 = "sha256-TDGrC7YO05Ywa8uEINqqw4Wxag65aklIUwS+2aVMHwA=";
22 propagatedBuildInputs = [
27 ] ++ lib.optionals (!isPy3k) [
34 pythonImportsCheck = [ "azure.mgmt.containerinstance" ];
37 description = "This is the Microsoft Azure Container Instance Client Library";
38 homepage = "https://github.com/Azure/azure-sdk-for-python";
39 license = licenses.mit;
40 maintainers = with maintainers; [ maxwilson ];