Skip to content

Commit 75b9128

Browse files
Vitexusclaude
andcommitted
fix: add python3-importlib-metadata to python3-opentelemetry-api Depends
opentelemetry.util._importlib_metadata unconditionally imports importlib_metadata but the package did not declare this dependency, causing ModuleNotFoundError on systems without it installed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8a1848c commit 75b9128

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Multi-Arch: foreign
2020
Depends:
2121
${misc:Depends},
2222
${python3:Depends},
23+
python3-importlib-metadata,
2324
Description: OpenTelemetry Python API
2425
OpenTelemetry is a collection of tools, APIs, and SDKs used to instrument,
2526
generate, collect, and export telemetry data (metrics, logs, and traces).

0 commit comments

Comments
 (0)