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