svn commit: r554680 - head/math/py-benford_py

Antoine Brodin antoine at FreeBSD.org
Mon Nov 9 07:22:44 UTC 2020


Author: antoine
Date: Mon Nov  9 07:22:43 2020
New Revision: 554680
URL: https://svnweb.freebsd.org/changeset/ports/554680

Log:
  Unbreak bulk -a

Modified:
  head/math/py-benford_py/Makefile

Modified: head/math/py-benford_py/Makefile
==============================================================================
--- head/math/py-benford_py/Makefile	Mon Nov  9 07:16:56 2020	(r554679)
+++ head/math/py-benford_py/Makefile	Mon Nov  9 07:22:43 2020	(r554680)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.6+
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list