aboutsummaryrefslogtreecommitdiff
path: root/science/py-GPy
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-04-05 23:27:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-04-05 23:27:57 +0000
commita9a04b33ab8428711c9c81f708c68cfdb00c76ef (patch)
tree63d0b954c7bc3a2020892affcaa58e0d5d1f3165 /science/py-GPy
parentaa948e5a558854a2d4fd8e645090d1d9e7017bac (diff)
downloadports-a9a04b33ab8428711c9c81f708c68cfdb00c76ef.tar.gz
ports-a9a04b33ab8428711c9c81f708c68cfdb00c76ef.zip
- Document incompatibility with python 3.7+
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=498038
Diffstat (limited to 'science/py-GPy')
-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>