5 googleapis-common-protos,
11 # This package should be updated together with the main grpc package and other
12 # related python grpc packages.
13 # nixpkgs-update: no auto update
14 buildPythonPackage rec {
15 pname = "grpcio-status";
17 format = "setuptools";
19 disabled = pythonOlder "3.6";
22 pname = "grpcio_status";
24 hash = "sha256-w+Wob6AH6eJjzV+YioqQdITaTKq1godOoqSmCSc0BGs=";
28 substituteInPlace setup.py \
29 --replace 'protobuf>=4.21.6' 'protobuf'
32 propagatedBuildInputs = [
33 googleapis-common-protos
38 # Projec thas no tests
41 pythonImportsCheck = [ "grpc_status" ];
44 description = "GRPC Python status proto mapping";
45 homepage = "https://github.com/grpc/grpc/tree/master/src/python/grpcio_status";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ fab ];