pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/salt salt: Limit to python27.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9e19914806f
branches: trunk
changeset: 336180:c9e19914806f
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Jul 08 18:54:22 2019 +0000
description:
salt: Limit to python27.
There are reports of some modules failing with Python 3.x so best to be more
compatible for now. Bump PKGREVISION.
diffstat:
sysutils/salt/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r f154b7f92206 -r c9e19914806f sysutils/salt/Makefile
--- a/sysutils/salt/Makefile Mon Jul 08 18:43:47 2019 +0000
+++ b/sysutils/salt/Makefile Mon Jul 08 18:54:22 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.69 2019/04/25 07:33:21 maya Exp $
+# $NetBSD: Makefile,v 1.70 2019/07/08 18:54:22 jperkin Exp $
DISTNAME= salt-2019.2.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_PYPI:=s/salt/}
@@ -21,6 +21,9 @@
DEPENDS+= ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
DEPENDS+= ${PYPKGPREFIX}-zmq>=2.2.0:../../net/py-zmq
+# Some modules are still not (as of 2019.2.0) 3.x compatible.
+PYTHON_VERSIONS_ACCEPTED= 27
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
DEPENDS+= ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
Home |
Main Index |
Thread Index |
Old Index