12 buildPythonPackage rec {
13 pname = "google-cloud-dataproc";
17 inherit pname version;
18 sha256 = "sha256-TADApBkE4DvEFkVFy56Flh2s6XR9uGxzGTf5aspohsA=";
21 propagatedBuildInputs = [ google-api-core libcst proto-plus ];
23 checkInputs = [ mock pytestCheckHook pytest-asyncio ];
26 # requires credentials
30 pythonImportsCheck = [
31 "google.cloud.dataproc"
32 "google.cloud.dataproc_v1"
33 "google.cloud.dataproc_v1beta2"
37 description = "Google Cloud Dataproc API client library";
38 homepage = "https://github.com/GoogleCloudPlatform/google-cloud-python";
39 license = licenses.asl20;
40 maintainers = with maintainers; [ SuperSandro2000 ];