svn commit: r553167 - head/sysutils/py-salt

Kirill Ponomarev krion at FreeBSD.org
Sat Oct 24 08:59:18 UTC 2020


Author: krion
Date: Sat Oct 24 08:59:18 2020
New Revision: 553167
URL: https://svnweb.freebsd.org/changeset/ports/553167

Log:
  Add python 3.8 support.
  
  PR:		250568
  Submitted by:	amendlik at gmail.com

Modified:
  head/sysutils/py-salt/Makefile

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Sat Oct 24 08:51:59 2020	(r553166)
+++ head/sysutils/py-salt/Makefile	Sat Oct 24 08:59:18 2020	(r553167)
@@ -26,7 +26,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyinotify>0:devel/py-pyinotify@${PY_FLAVOR}
 
-USES=		cpe python:3.6-3.7
+USES=		cpe python:3.6-3.8
 
 CPE_VENDOR=	saltstack
 CPE_PRODUCT=	salt


More information about the svn-ports-head mailing list