Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2020 03:44:23 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527918 - head/sysutils/py-salt
Message-ID:  <202003070344.0273iNQZ003321@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
  Approved by:	Christer Edwards <christer.edwards@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003070344.0273iNQZ003321>