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

Fix pex warning #322

Merged
merged 1 commit into from
Feb 27, 2019
Merged

Fix pex warning #322

merged 1 commit into from
Feb 27, 2019

Commits on Feb 27, 2019

  1. Fix pex warning

    I was using `pex` on an application that lists `google-auth` as a dependency and got the following warning:
    
        ..../pex/environment.py:330 UserWarning: The `pkg_resources` package was loaded from a pex vendored version when declaring namespace packages defined by google-auth 1.6.2. The google-auth 1.6.2 distribution should fix its `install_requires` to include `setuptools`
    
    So adding `setuptools` as a listed dependency to fix this.
    
    Version `40.3.0` was chosen because it fixed a bug in the handling of
    `pkg_resource`-style namespaces
    (pypa/setuptools#1321). For more details on
    why this version was picked, see the discussion in
    #322.
    
    Also making the listing alphabetical.
    jeffwidman committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c19d1c6 View commit details
    Browse the repository at this point in the history