Index | Thread | Search

From:
Mikolaj Kucharski <mikolaj@kucharski.name>
Subject:
Re: Patch: salt needs tornado, and fix for py-setproctitle, v3007.1
To:
ports@openbsd.org
Date:
Sat, 17 May 2025 22:00:21 +0000

Download raw body.

Thread
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.


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