From cf3eec274cd97b67b575b62ef2415be8ce1e0610 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 8 Dec 2022 09:10:40 +0100 Subject: [PATCH] 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