pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/salt
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Nov 13 11:31:26 UTC 2024
Modified Files:
pkgsrc/sysutils/salt: Makefile
Log Message:
salt: Pin to python310.
It's what upstream recommend, and it doesn't even start up using
python312. I assume this works with python311 as that was the default
when this was last updated, but we might as well stick with upstream.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/sysutils/salt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/salt/Makefile
diff -u pkgsrc/sysutils/salt/Makefile:1.84 pkgsrc/sysutils/salt/Makefile:1.85
--- pkgsrc/sysutils/salt/Makefile:1.84 Fri Feb 2 20:17:24 2024
+++ pkgsrc/sysutils/salt/Makefile Wed Nov 13 11:31:26 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.84 2024/02/02 20:17:24 adam Exp $
+# $NetBSD: Makefile,v 1.85 2024/11/13 11:31:26 jperkin Exp $
.include "Makefile.common"
+PKGREVISION= 1
COMMENT= Remote execution and configuration management system
DEPENDS+= ${PYPKGPREFIX}-cryptodome>=3.9.8:../../security/py-cryptodome
@@ -19,7 +20,7 @@ DEPENDS+= ${PYPKGPREFIX}-zmq>=20.0.0:../
USE_PKG_RESOURCES= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 27
+PYTHON_VERSIONS_INCOMPATIBLE= 310
BUILD_DEFS+= VARBASE
Home |
Main Index |
Thread Index |
Old Index