From: Mikolaj Kucharski Subject: Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1 To: ports@openbsd.org Date: Fri, 29 Aug 2025 07:57:16 +0000 Hi. On Fri, May 23, 2025 at 07:30:51PM +0000, Mikolaj Kucharski wrote: > On Sat, May 17, 2025 at 10:00:21PM +0000, Mikolaj Kucharski wrote: > > On Thu, May 15, 2025 at 09:19:38PM +0000, Mikolaj Kucharski wrote: > > > Hi. > > > > > > I don't have -stable environment, but could Tornado be added as > > > dependency to salt on -stable? > > > > > > > I don't have -stable machine, but this applies on -stable CVS checkout > > and salt-3007.1p0 is able to build. > > > > Ping. Kind request with someone who has -stable build environment. My limited testing shows that below patch works. > Index: Makefile > =================================================================== > RCS file: /cvs/ports/sysutils/salt/Makefile,v > diff -u -p -u -r1.189 Makefile > --- Makefile 20 Mar 2025 09:30:47 -0000 1.189 > +++ Makefile 17 May 2025 21:59:19 -0000 > @@ -17,6 +17,7 @@ COMMENT = remote execution and configur > > MODPY_DISTV = 3007.1 > DISTNAME = salt-${MODPY_DISTV} > +REVISION = 0 > > CATEGORIES = sysutils net devel > > @@ -45,6 +46,7 @@ RUN_DEPENDS = devel/py-looseversion \ > textproc/py-yaml \ > www/py-jinja2 \ > www/py-requests \ > + www/py-tornado \ > sysutils/py-distro>=1.5.0 \ > sysutils/py-packaging > -- Regards, Mikolaj