Skip to content

Commit

Permalink
Instrumentation Package should depend on OTel SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN committed Nov 26, 2020
1 parent 07b8945 commit afd89be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions opentelemetry-instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- Added support for `OTEL_EXPORTER` to the `opentelemetry-instrument` command ([#1036](https://github.com/open-telemetry/opentelemetry-python/pull/1036))
- Add missing references to instrumented packages
([#1416](https://github.com/open-telemetry/opentelemetry-python/pull/1416))
- Instrumentation Package has a dependency on the OTel SDK
([#1405](https://github.com/open-telemetry/opentelemetry-python/pull/1405))

## Version 0.14b0

Expand Down
1 change: 1 addition & 0 deletions opentelemetry-instrumentation/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ zip_safe = False
include_package_data = True
install_requires =
opentelemetry-api == 0.16.dev0
opentelemetry-sdk == 0.16.dev0
wrapt >= 1.0.0, < 2.0.0

[options.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skipsdist = True
skip_missing_interpreters = True
envlist =
; Environments are organized by individual package, allowing
; for specifying supported Python versions per package.
; for specifying supported Python versions per package. Test
; opentelemetry-api
py3{5,6,7,8}-test-core-api
pypy3-test-core-api
Expand Down

0 comments on commit afd89be

Please sign in to comment.