1 { lib, buildPythonPackage, fetchPypi, pythonOlder
8 buildPythonPackage rec {
9 pname = "azure-mgmt-synapse";
11 disabled = pythonOlder "3";
14 inherit pname version;
15 sha256 = "bec6bdfaeb55b4fdd159f2055e8875bf50a720bb0fce80a816e92a2359b898c8";
19 propagatedBuildInputs = [
26 pythonImportsCheck = [ "azure.mgmt.synapse" ];
29 description = "Azure python SDK";
30 homepage = "https://github.com/Azure/azure-sdk-for-python/";
31 license = licenses.mit;
32 maintainers = with maintainers; [ jonringer ];