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

Wheel missing from dependency list #989

Open
millsks opened this issue Oct 1, 2024 · 3 comments
Open

Wheel missing from dependency list #989

millsks opened this issue Oct 1, 2024 · 3 comments

Comments

@millsks
Copy link

millsks commented Oct 1, 2024

https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.8.26 should fix the issue. Feel free to reopen if the issue persists

I just checked and wheel was not listed on the release page or in the dependency list in manifest.yml. What was the accepted fix that was merged?

Originally posted by @millsks in #820 (comment)

@millsks millsks changed the title > https://github.com/cloudfoundry/python-buildpack/releases/tag/v1.8.26 should fix the issue. Feel free to reopen if the issue persists Wheel missing from dependency list Oct 1, 2024
@millsks
Copy link
Author

millsks commented Oct 1, 2024

The wheel package is needed when the package is shipped in source and needs to be built into a wheel as part of the install process (e.g., django-allauth)

@millsks
Copy link
Author

millsks commented Oct 2, 2024

I see wheel referenced in the code, but not in the dependency list. I will test today and close this if we are good to go.

@millsks
Copy link
Author

millsks commented Oct 2, 2024

I checked in v1.8.28 and I only see pip and setuptools installed prior to installing the application dependencies. Is there something specific that we would have to do to include wheel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant