Skip to content

Commit

Permalink
python312Packages.opentelemetry-proto: fix protobuf version
Browse files Browse the repository at this point in the history
It requires protobuf <5.0 and >=3.19, therefore setting
the `protobuf` dependency to `protobuf3`.
  • Loading branch information
drupol committed Oct 15, 2024
1 parent 3b1f1b3 commit c6fae6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pythonOlder,
hatchling,
opentelemetry-api,
protobuf,
protobuf4,
pytestCheckHook,
}:

Expand All @@ -18,7 +18,7 @@ buildPythonPackage {

build-system = [ hatchling ];

dependencies = [ protobuf ];
dependencies = [ protobuf4 ];

nativeCheckInputs = [ pytestCheckHook ];

Expand Down

0 comments on commit c6fae6d

Please sign in to comment.