{ lib, buildPythonPackage, fetchPypi, setuptools, msrest, msrestazure, azure-common, azure-mgmt-nspkg, }: buildPythonPackage (finalAttrs: { pname = "azure-mgmt-machinelearningcompute"; version = "0.4.1"; pyproject = true; __structuredAttrs = true; src = fetchPypi { inherit (finalAttrs) pname version; extension = "zip"; hash = "sha256-elL4VZERTvM6WZ2rvvhA2HK39Zm3gj5ZavlJDsUbhz8="; }; build-system = [ setuptools ]; dependencies = [ msrest msrestazure azure-common azure-mgmt-nspkg ]; # has no tests doCheck = false; meta = { description = "This is the Microsoft Azure Machine Learning Compute Management Client Library"; homepage = "https://github.com/Azure/azure-sdk-for-python"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ maxwilson ]; }; })