aboutsummaryrefslogtreecommitdiff
path: root/math/py-qdldl
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-01-07 07:51:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-01-07 07:51:04 +0000
commit97f9631bcc9816e65bf244cd87879dbfc4cdd393 (patch)
tree1112b5e880e2ab58db778b1c0318cd1532114a00 /math/py-qdldl
parent8160b618cc9427bfca1291ced94a94a7a50aef26 (diff)
downloadports-97f9631bcc9816e65bf244cd87879dbfc4cdd393.tar.gz
ports-97f9631bcc9816e65bf244cd87879dbfc4cdd393.zip
Remove python 2.7 support
Pointy hat: yuri
Notes
Notes: svn path=/head/; revision=560684
Diffstat (limited to 'math/py-qdldl')
-rw-r--r--math/py-qdldl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-qdldl/Makefile b/math/py-qdldl/Makefile
index 04cac040a3a7..5308216c678a 100644
--- a/math/py-qdldl/Makefile
+++ b/math/py-qdldl/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pybind11>0:devel/py-pybind11@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>=0.13.2:science/py-scipy@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>