Date: Mon, 9 Nov 2020 07:22:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554680 - head/math/py-benford_py Message-ID: <202011090722.0A97MhF3031319@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090722.0A97MhF3031319>