Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2022 16:36:05 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 52a1a21da10d - main - sysutils/py-salt: mark OK with Python 3.9
Message-ID:  <202202121636.21CGa51E028465@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52a1a21da10d5ade2a12a24c3ee38198f6208adb

commit 52a1a21da10d5ade2a12a24c3ee38198f6208adb
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-02-12 16:30:45 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-02-12 16:35:56 +0000

    sysutils/py-salt: mark OK with Python 3.9
    
    As noted by antoine, it is fine with Python 3.9.
    
    PR:             261872
    Approved by:    krion (maintainer)
---
 sysutils/py-salt/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/py-salt/Makefile b/sysutils/py-salt/Makefile
index d9a840a5984f..640a4e031f14 100644
--- a/sysutils/py-salt/Makefile
+++ b/sysutils/py-salt/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR}
 
-USES=		cpe python:3.6-3.8
+USES=		cpe python:3.6-3.9
 
 CPE_VENDOR=	saltstack
 CPE_PRODUCT=	salt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202121636.21CGa51E028465>