5 , googleapis-common-protos
16 buildPythonPackage rec {
17 pname = "google-api-core";
21 inherit pname version;
22 sha256 = "sha256-uRQ0XH6iOGEWJpOidwO6uASlVQT35umryv8XTYDfMqw=";
25 propagatedBuildInputs = [
26 googleapis-common-protos
34 checkInputs = [ mock pytest-asyncio pytestCheckHook ];
36 # prevent google directory from shadowing google imports
41 pythonImportsCheck = [ "google.api_core" ];
44 description = "Core Library for Google Client Libraries";
46 This library is not meant to stand-alone. Instead it defines common
47 helpers used by all Google API clients.
49 homepage = "https://github.com/googleapis/python-api-core";
51 "https://github.com/googleapis/python-api-core/blob/v${version}/CHANGELOG.md";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ SuperSandro2000 ];