9 # This package should be updated together with the main grpc package and other
10 # related python grpc packages.
11 # nixpkgs-update: no auto update
12 buildPythonPackage rec {
13 pname = "grpcio-health-checking";
15 format = "setuptools";
18 pname = "grpcio_health_checking";
20 hash = "sha256-PepxXVboJQ/wW6Se9RF/g2skD/N5vkY2DCbO/ZydsRo=";
23 propagatedBuildInputs = [
28 pythonRelaxDeps = [ "grpcio" ];
30 pythonImportsCheck = [ "grpc_health" ];
36 description = "Standard Health Checking Service for gRPC";
37 homepage = "https://pypi.org/project/grpcio-health-checking/";
38 license = with licenses; [ asl20 ];
39 maintainers = with maintainers; [ happysalada ];