11 buildPythonPackage rec {
12 pname = "azure-mgmt-appcontainers";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-oqKPEOnZaIU7IMzDqT552IBJr9RtWt3vFO3SlG8igs0=";
23 propagatedBuildInputs = [
27 ] ++ lib.optionals (pythonOlder "3.8") [
34 pythonImportsCheck = [
35 "azure.mgmt.appcontainers"
39 description = "Microsoft Azure Appcontainers Management Client Library for Python";
40 homepage = "https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/appcontainers/azure-mgmt-appcontainers";
41 license = licenses.mit;
42 maintainers = with maintainers; [ jfroche ];