8 , google-cloud-testutils
16 buildPythonPackage rec {
17 pname = "google-cloud-automl";
19 format = "setuptools";
21 disabled = pythonOlder "3.7";
24 inherit pname version;
25 hash = "sha256-aMkYgmx4TDGSW2/0KB7FTNUHUxtTaVpmeDiIWq7Z5lc=";
28 propagatedBuildInputs = [
36 google-cloud-testutils
44 # do not shadow imports
49 # requires credentials
50 "tests/system/gapic/v1beta1/test_system_tables_client_v1.py"
54 # requires credentials
55 "test_prediction_client_client_info"
58 pythonImportsCheck = [
60 "google.cloud.automl_v1"
61 "google.cloud.automl_v1beta1"
65 description = "Cloud AutoML API client library";
66 homepage = "https://github.com/googleapis/python-automl";
67 license = licenses.asl20;
68 maintainers = with maintainers; [ SuperSandro2000 ];