5 googleapis-common-protos,
11 buildPythonPackage rec {
12 pname = "grpcio-status";
14 format = "setuptools";
16 disabled = pythonOlder "3.6";
19 pname = "grpcio_status";
21 hash = "sha256-s/fTTMxG2D/qUmHuo3hhdEWfdjwx9uNPHSTrptUV0CQ=";
25 substituteInPlace setup.py \
26 --replace 'protobuf>=4.21.6' 'protobuf'
29 propagatedBuildInputs = [
30 googleapis-common-protos
35 # Projec thas no tests
38 pythonImportsCheck = [ "grpc_status" ];
41 description = "GRPC Python status proto mapping";
42 homepage = "https://github.com/grpc/grpc/tree/master/src/python/grpcio_status";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ fab ];