In an upcoming release of cflinuxfs4, the stack will remove the Python interpreter that is currently available. Since this buildpack is written in Python and therefore relies on a Python interpreter being available, it will need to bring its own interpreter.
An example of how this type of thing can be achieved can be found on this equivalent PR for the Java buildpack: cloudfoundry/java-buildpack#995
In an upcoming release of
cflinuxfs4, the stack will remove the Python interpreter that is currently available. Since this buildpack is written in Python and therefore relies on a Python interpreter being available, it will need to bring its own interpreter.An example of how this type of thing can be achieved can be found on this equivalent PR for the Java buildpack: cloudfoundry/java-buildpack#995