aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2019-04-06 07:27:57 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2019-04-06 07:27:57 +0800
commitdba649c40ab94968defcbd7079c138892ab7ebec (patch)
tree63d0b954c7bc3a2020892affcaa58e0d5d1f3165 /science
parent73b03ec46b0a696f5f13dbad868316c325697320 (diff)
downloadfreebsd-ports-gnome-dba649c40ab94968defcbd7079c138892ab7ebec.tar.gz
freebsd-ports-gnome-dba649c40ab94968defcbd7079c138892ab7ebec.tar.zst
freebsd-ports-gnome-dba649c40ab94968defcbd7079c138892ab7ebec.zip
- Document incompatibility with python 3.7+
Approved by: portmgr blanket
Diffstat (limited to 'science')
-rw-r--r--science/py-GPy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-GPy/Makefile b/science/py-GPy/Makefile
index ca1adc883309..59a9d550d827 100644
--- a/science/py-GPy/Makefile
+++ b/science/py-GPy/Makefile
@@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR}
-USES= localbase python
+USES= localbase python:-3.6
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>