git: 88a47c868947 - 2022Q4 - 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:57 UTC
The branch 2022Q4 has been updated by krion: URL: https://cgit.FreeBSD.org/ports/commit/?id=88a47c868947bbf5b36d759c75a5d55b5eba2587 commit 88a47c868947bbf5b36d759c75a5d55b5eba2587 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:11:55 +0000 sysutils/py-salt: add Python 3.10 support PR: 266427 Reported by: Paul Mather (cherry picked from commit cf3eec274cd97b67b575b62ef2415be8ce1e0610) --- 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 3eeb0a5ca530..4105faa056bb 100644 --- a/sysutils/py-salt/Makefile +++ b/sysutils/py-salt/Makefile @@ -22,7 +22,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.9 +USES= cpe python:3.6-3.10 CPE_VENDOR= saltstack CPE_PRODUCT= salt