9 buildPythonPackage rec {
10 pname = "azure-mgmt-servicelinker";
14 inherit pname version;
15 hash = "sha256-QVw6Y9HachwBRwCbF0cSGLCAkSJtNnXBvsj5YX1TmJU=";
19 propagatedBuildInputs = [
25 pythonImportsCheck = [ "azure.mgmt.servicelinker" ];
31 description = "Microsoft Azure Servicelinker Management Client Library for Python";
32 homepage = "https://github.com/Azure/azure-sdk-for-python";
33 license = licenses.mit;
34 maintainers = with maintainers; [ jonringer ];