git: 52a1a21da10d - main - sysutils/py-salt: mark OK with Python 3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 12 Feb 2022 16:36:05 UTC
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