pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/salt salt appears to work with python-2.7, no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4961ccecf605
branches:  trunk
changeset: 609522:4961ccecf605
user:      apb <apb%pkgsrc.org@localhost>
date:      Fri Oct 05 09:35:52 2012 +0000

description:
salt appears to work with python-2.7, not only 2.6.

diffstat:

 sysutils/salt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 606760918c9c -r 4961ccecf605 sysutils/salt/Makefile
--- a/sysutils/salt/Makefile    Fri Oct 05 09:35:05 2012 +0000
+++ b/sysutils/salt/Makefile    Fri Oct 05 09:35:52 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/03/16 04:31:16 obache Exp $
+# $NetBSD: Makefile,v 1.7 2012/10/05 09:35:52 apb Exp $
 #
 
 DISTNAME=      salt-0.9.5
@@ -33,7 +33,7 @@
 
 RCD_SCRIPTS+=  salt_master salt_minion
 
-PYTHON_VERSIONS_ACCEPTED=       26
+PYTHON_VERSIONS_ACCEPTED=       26 27
 .include "../../lang/python/distutils.mk"
 DEPENDS+= zeromq>=2.1.9:../../net/zeromq
 DEPENDS+= ${PYPKGPREFIX}-zmq>=2.1.9:../../net/py-zmq



Home | Main Index | Thread Index | Old Index