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

python313Packages.pybind11-protobuf: unbreak (#426630)

parents 9306cff2 1910563b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  buildPythonPackage,
  fetchFromGitHub,
  cmake,
  abseil-cpp,
  abseil-cpp_202407, # downgrade, same reason as toplevel protobuf_29
  protobuf_29,
  pybind11,
  zlib,
@@ -31,7 +31,7 @@ buildPythonPackage {
  nativeBuildInputs = [ cmake ];

  buildInputs = [
    abseil-cpp
    abseil-cpp_202407
    protobuf_29
    pybind11
    zlib