Re: How to add dependency to python binary

From: Gleb Popov <arrowd_at_freebsd.org>
Date: Wed, 22 May 2024 11:10:33 UTC
On Wed, May 22, 2024 at 2:07 PM Matthias Fechner <mfechner@freebsd.org> wrote:
>
> What is the recommended why to add python as a runtime dependency that the python binary is available?

We usually patch the software to use pythonXY everywhere. For shebangs
it can be done via USES=shebangfix and for other cases resort to
patches or REINPLACE_CMD incantations.