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

Ben Woods woodsb02 at FreeBSD.org
Sat Mar 7 03:44:24 UTC 2020


Author: woodsb02
Date: Sat Mar  7 03:44:23 2020
New Revision: 527918
URL: https://svnweb.freebsd.org/changeset/ports/527918

Log:
  sysutils/py-salt: python3.8 is not supported yet
  
  https://docs.saltstack.com/en/2019.2/topics/installation/index.html#dependencies
  https://docs.saltstack.com/en/3000/topics/releases/3000.html#python-3-8-not-supported
  https://github.com/saltstack/salt/issues/55310
  
  PR:		243610
  Reported by:	Tommy P <tommyhp2 at gmail.com>
  Approved by:	Christer Edwards <christer.edwards at gmail.com> (maintainer)

Modified:
  head/sysutils/py-salt/Makefile

Modified: head/sysutils/py-salt/Makefile
==============================================================================
--- head/sysutils/py-salt/Makefile	Sat Mar  7 03:05:37 2020	(r527917)
+++ head/sysutils/py-salt/Makefile	Sat Mar  7 03:44:23 2020	(r527918)
@@ -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
+USES=		cpe python:-3.7
 
 CPE_VENDOR=	saltstack
 CPE_PRODUCT=	salt


More information about the svn-ports-all mailing list