Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2020 02:51:21 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552177 - head/math/py-ssm
Message-ID:  <202010130251.09D2pLPP068484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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