python312Packages.opentelemetry-proto: relax protobuf version

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:57 +02:00
parent 03b1da7bad
commit 090f6442fc
@@ -16,6 +16,8 @@ buildPythonPackage {
sourceRoot = "${opentelemetry-api.src.name}/opentelemetry-proto";
pythonRelaxDeps = [ "protobuf" ];
build-system = [ hatchling ];
dependencies = [ protobuf ];