Re: Salt on 2026Q3
Tijl Coosemans <[email protected]> Mon, 13 Jul 2026 11:00:17 +0200
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 13 Jul 2026 10:33:37 +0200 Andrea Venturoli wrote: > On 7/13/26 08:56, Kirill Ponomarev wrote: >> Hi Andrea, > > Hello and thanks for answering. > > > >> That said, until the 3008 port lands you can keep building 3006 on >> Python 3.11 in Poudriere. The BROKEN marker is keyed on PYTHON_REL >= >> 31200, so building against 3.11 sidesteps it. Scope it to a dedicated >> set so only that set drops to 3.11 > > I tried, but I didn't succeed. This is probably ignorance on my part. > So I was asking: how do I do this exactly? > I tried "poudriere ... sysutils/py-salt@py311" and other commands, but > they all failed in some way. In sysutils/py-salt/Makefile line 38, replace "python" with "python:3.11".