Re: Python distro deps for builds using venv

2025-02-11 Thread Stephen Gallagher
On Tue, Feb 11, 2025 at 9:30 AM Peter Robinson wrote: > Hi python folks, > > I have a package [1] (you can toggle the with_python var at the top) that > now builds the python bindings in an isolated venv+pip environment, and > hence fails, [2]. > > It seems, at least in the way upstream currently

Re: Python distro deps for builds using venv

2025-02-11 Thread Michael J Gruber
Am Di., 11. Feb. 2025 um 15:29 Uhr schrieb Peter Robinson : > > Hi python folks, > > I have a package [1] (you can toggle the with_python var at the top) that now > builds the python bindings in an isolated venv+pip environment, and hence > fails, [2]. > > It seems, at least in the way upstream c

Re: Python distro deps for builds using venv

2025-02-11 Thread Neal Gompa
On Tue, Feb 11, 2025 at 9:29 AM Peter Robinson wrote: > > Hi python folks, > > I have a package [1] (you can toggle the with_python var at the top) that now > builds the python bindings in an isolated venv+pip environment, and hence > fails, [2]. > > It seems, at least in the way upstream curren

Re: Python distro deps for builds using venv

2025-02-11 Thread Barry
> On 11 Feb 2025, at 14:30, Peter Robinson wrote: > >  > Hi python folks, > > I have a package [1] (you can toggle the with_python var at the top) that now > builds the python bindings in an isolated venv+pip environment, and hence > fails, [2]. > > It seems, at least in the way upstream c