svn commit: r552177 - head/math/py-ssm

Steve Wills swills at FreeBSD.org
Tue Oct 13 02:51:22 UTC 2020


Author: swills
Date: Tue Oct 13 02:51:21 2020
New Revision: 552177
URL: https://svnweb.freebsd.org/changeset/ports/552177

Log:
  Attempt to unbreak bulk -a

Modified:
  head/math/py-ssm/Makefile

Modified: head/math/py-ssm/Makefile
==============================================================================
--- head/math/py-ssm/Makefile	Tue Oct 13 02:41:53 2020	(r552176)
+++ head/math/py-ssm/Makefile	Tue Oct 13 02:51:21 2020	(r552177)
@@ -23,7 +23,7 @@ PY_DEPENDS=	${PYNUMPY} \
 BUILD_DEPENDS=	${PY_DEPENDS}
 RUN_DEPENDS=	${PY_DEPENDS}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils cython concurrent autoplist
 
 post-install:


More information about the svn-ports-all mailing list