4 , googleapis-common-protos
10 buildPythonPackage rec {
11 pname = "grpcio-status";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 sha256 = "69be81c4317ec77983fb0eab80221a01e86e833e0fcf2f6acea0a62597c84b93";
23 substituteInPlace setup.py \
24 --replace 'protobuf>=4.21.6' 'protobuf'
27 propagatedBuildInputs = [
28 googleapis-common-protos
33 # Projec thas no tests
36 pythonImportsCheck = [
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 ];