8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "e292605effc7da39b7a8734c719afb12ec4b5362add3528d8afad3aa3aa9057c";
18 propagatedBuildInputs = [ grpcio ];
21 description = "gRPC extensions for Google Cloud Platform";
22 homepage = "https://grpc.io";
23 license = licenses.asl20;