Hi Team,
I tried to
port existing
Heroku buildpack for Go and hit a wall. The actual stack (Ubuntu v10.04), is missing Python (v2.6.5) header files necessary to build some native bindings for
Mercurial and
Bazaar. The header files comes with the
python-dev package. Is there any way to add this into the stack? It could be useful for people wanting to create a custom buildpack for Python as well.
NOTE: For both, Mercurial and Bazaar as well, there is a workaround in enabling pure Python installation (without building the native extensions), but as this is not quite recommended approach, I was curious if there is at least a slightest chance of modifying the stack;-)
Thanks,
Michal