From 207eb9fa0ec6e9e223e74c388e91214c02964695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bartoletti?= Date: Mon, 3 Aug 2020 05:11:10 +0000 Subject: [PATCH] math/py-pdal: Use python 3 only Reported by: pkg-fallout --- math/py-pdal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-pdal/Makefile b/math/py-pdal/Makefile index 782859a3ed60..53c43950b4cd 100644 --- a/math/py-pdal/Makefile +++ b/math/py-pdal/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpdal_base.so:math/pdal RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ ${PYNUMPY} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist cython distutils post-install: