Scalingo / python-buildpack

Python buildpack
MIT License
6 stars 12 forks source link

Download link is broken with STACK=='heroku-xx' #104

Closed Frzk closed 5 months ago

Frzk commented 5 months ago

There are cases where we advise users to use STACK=heroku-xx. In such cases, the download URL is not properly built, preventing the runtime download to succeed.

It's also the case for our -minimal stacks.

The faulty line is this one: https://github.com/Scalingo/python-buildpack/blob/e76fa409a960f40a0530c53d81c8ef3a190b0dc9/bin/steps/python#L44

Frzk commented 5 months ago

Fixed by #103