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