1 { lib, buildPythonPackage, fetchPypi
7 buildPythonPackage rec {
8 pname = "azure-synapse-accesscontrol";
12 inherit pname version;
13 sha256 = "2f8f71561ca30ff3b04b172f5a64b231baeb02f4bce4bd6763df93a178c8b5d7";
17 propagatedBuildInputs = [
23 pythonImportsCheck = [ "azure.synapse.accesscontrol" ];
26 description = "Azure python SDK";
27 homepage = "https://github.com/Azure/azure-sdk-for-python/";
28 license = licenses.mit;
29 maintainers = with maintainers; [ jonringer ];