cloudfoundry / python-buildpack

Cloud Foundry buildpack for the Python Language
http://docs.cloudfoundry.org/buildpacks/
Apache License 2.0
120 stars 278 forks source link

Add special case for CFLAGS dir when using Python 3.7 #703

Closed thitch97 closed 1 year ago

thitch97 commented 1 year ago

Slight difference in naming between the directories in the python 3.7 dependency vs other versions (3.7 has a dir named include/python3.7m vs include/python3.x) results in build failures when using pip dependencies which rely on CFLAGS being set. These changes allow the buildpack to account for that difference when setting CFLAGS.

arjun024 commented 1 year ago

I don't know if either of you have permissions to merge. Please let me know if you need me to merge

robdimsdale commented 1 year ago

I don't know if either of you have permissions to merge. Please let me know if you need me to merge

I definitely don't. I don't know about Tim. I'd suggest you merge it, @arjun024