Unverified Commit 0f67d738 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python312Packages.grpcio-tools: 1.64.1 -> 1.65.1 (#329757)

parents 3884721b 2c5a1a10
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -9,20 +9,15 @@

buildPythonPackage rec {
  pname = "grpcio-tools";
  version = "1.64.1";
  format = "setuptools";
  version = "1.65.1";
  pyproject = true;

  src = fetchPypi {
    pname = "grpcio_tools";
    inherit version;
    hash = "sha256-crNVC5GtuDVGVuzw9tHUYRKZBEuuEfsefMHRu2a4wes=";
    hash = "sha256-JM/+i8kPuCN/C88kC9bHAwQlX+J7adsyYBSZoEP4cb4=";
  };

  postPatch = ''
    substituteInPlace setup.py \
      --replace 'protobuf>=4.21.6,<5.0dev' 'protobuf'
  '';

  outputs = [
    "out"
    "dev"
@@ -30,7 +25,14 @@ buildPythonPackage rec {

  enableParallelBuilding = true;

  propagatedBuildInputs = [
  build-system = [ setuptools ];

  pythonRelaxDeps = [
    "protobuf"
    "grpcio"
  ];

  dependencies = [
    protobuf
    grpcio
    setuptools