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

Vendor setuptools dependency #15369

Closed
wants to merge 2 commits into from

Conversation

adamjstewart
Copy link
Member

@adamjstewart adamjstewart commented Mar 6, 2020

This PR adds a necessary dependency for the jinja2 and pytest packages we already vendor. It also allows us to do fancy things in the PythonPackage base class, like automatically detect which libraries to try to import (coming in a follow-up PR).

Setuptools includes a few vendored dependencies of its own (appdirs, packaging, pyparsing, six). We could remove these, or move them to lib/spack/external, but that would require hacking the setuptools code to import them normally.

Closes #9034
Follow-up of #9261

@adamjstewart

This comment has been minimized.

@scheibelp scheibelp self-assigned this Mar 6, 2020
@adamjstewart adamjstewart added this to In progress in Spack v0.15.0 release via automation Mar 8, 2020
@adamjstewart
Copy link
Member Author

Ping @scheibelp, we need to decide on whether or not we want this.

@scheibelp
Copy link
Member

Ping @scheibelp, we need to decide on whether or not we want this.

I have added a response to the discussion in #9034 (comment), IMO those concerns should be resolved before we proceed with this

Spack v0.15.0 release automation moved this from In progress to Done Mar 23, 2020
@adamjstewart adamjstewart deleted the deps/setuptools branch March 24, 2020 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Setuptools needs to be vendored
2 participants