ola: pin protobuf python to python312Packages.protobuf4

This commit is contained in:
Gaetan Lepage 2024-09-02 12:45:51 +02:00
parent 4c41bfc129
commit 8f4eb776fb

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
python3
];
propagatedBuildInputs = [
(python3.pkgs.protobuf.override { protobuf = protobuf; })
(python3.pkgs.protobuf4.override { protobuf = protobuf; })
python3.pkgs.numpy
];