python312Packages.onnx: remove useless pkgs.protobuf from inputs

This commit is contained in:
Gaetan Lepage
2024-10-31 11:34:39 +01:00
parent 88f31ac883
commit d10011a5d6
2 changed files with 1 additions and 10 deletions
@@ -8,9 +8,6 @@
pybind11,
setuptools,
# nativeBuildInputs
protobuf-core,
# buildInputs
abseil-cpp,
protobuf,
@@ -48,10 +45,6 @@ buildPythonPackage rec {
setuptools
];
nativeBuildInputs = [
protobuf-core # `protoc` required
];
buildInputs = [
abseil-cpp
gtestStatic
+1 -3
View File
@@ -9338,9 +9338,7 @@ self: super: with self; {
onlykey-solo-python = callPackage ../development/python-modules/onlykey-solo-python { };
onnx = callPackage ../development/python-modules/onnx {
protobuf-core = pkgs.protobuf;
};
onnx = callPackage ../development/python-modules/onnx { };
onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common {
inherit (pkgs) protobuf;