15 buildPythonPackage rec {
16 pname = "google-cloud-iot";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-pLQgcwR89F+9jcSDtW/5+6Gy+Wk7XQf4iD49vDPkN9U=";
27 propagatedBuildInputs = [
33 ] ++ google-api-core.optional-dependencies.grpc;
42 # requires credentials
43 "test_list_device_registries"
46 pythonImportsCheck = [
52 description = "Cloud IoT API API client library";
53 homepage = "https://github.com/googleapis/python-iot";
54 changelog = "https://github.com/googleapis/python-iot/blob/v${version}/CHANGELOG.md";
55 license = licenses.asl20;
56 maintainers = with maintainers; [ ];