Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setuptools runtime requirement #2334

Merged
merged 3 commits into from
Dec 25, 2021
Merged

Commits on Dec 15, 2021

  1. Add setuptools runtime requirement

    The `pkg_resources` module is provided by `setuptools`.
    The `setuptools` package is not part of the Python stdlib but is often
    available in the system environment as a build-time requirement.
    
    Explicitly listing `setuptools` as a requirement protects
    `opentelemetry-python` from breaking with import errors in cases where
    `setuptools` is not available system-wide.
    
    This commit pins the version to `setuptools >= 16.0` which is the first
    release that includes the required imports (2015).
    mattoberle committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    54503c4 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    mattoberle committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    7f6ab5b View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2021

  1. Configuration menu
    Copy the full SHA
    1481293 View commit details
    Browse the repository at this point in the history