git: cf3eec274cd9 - main - sysutils/py-salt: add Python 3.10 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Dec 2022 08:11:32 UTC
The branch main has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=cf3eec274cd97b67b575b62ef2415be8ce1e0610 commit cf3eec274cd97b67b575b62ef2415be8ce1e0610 Author: Kirill Ponomarev <krion@FreeBSD.org> AuthorDate: 2022-12-08 08:10:40 +0000 Commit: Kirill Ponomarev <krion@FreeBSD.org> CommitDate: 2022-12-08 08:10:40 +0000 sysutils/py-salt: add Python 3.10 support PR: 266427 Reported by: Paul Mather --- 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 8bf9c989db66..923d298ccc00 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>0:devel/py-jmespath@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR} -USES= cpe python:3.6-3.9 +USES= cpe python:3.6-3.10 CPE_VENDOR= saltstack CPE_PRODUCT= salt