diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-04-15 15:37:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-04-15 15:37:45 +0000 |
commit | 86c3f76bc236cc0d1099b48c3b603fa184a5a846 (patch) | |
tree | bdc3042f4b692abd9fbf721e3437d458af861254 | |
parent | 3294a96f3d0c10daac7443d87653c71d791401e4 (diff) |
Notes
-rw-r--r-- | science/py-GPyOpt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/py-GPyOpt/Makefile b/science/py-GPyOpt/Makefile index 4807574120aa..204d0132fb17 100644 --- a/science/py-GPyOpt/Makefile +++ b/science/py-GPyOpt/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}GPy>=1.8>0:science/py-GPy@${PY_FLAVOR} -USES= python +USES= python:-3.6 USE_PYTHON= distutils concurrent autoplist NO_ARCH= yes |