Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 16:37:16 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7373a6a2b7d4 - main - devel/py-dask: Fix RUN_DEPENDS
Message-ID:  <202206211637.25LGbGwD059229@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7373a6a2b7d4c76804bb692af03cf9bcf81bac88

commit 7373a6a2b7d4c76804bb692af03cf9bcf81bac88
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 16:32:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 16:32:53 +0000

    devel/py-dask: Fix RUN_DEPENDS
---
 devel/py-dask/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/py-dask/Makefile b/devel/py-dask/Makefile
index e317d3fcad15..c1bfe3737079 100644
--- a/devel/py-dask/Makefile
+++ b/devel/py-dask/Makefile
@@ -35,6 +35,6 @@ DIAGNOSTICS_DESC=	Profile and inspect parallel codes
 ARRAY_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.18,1:math/py-numpy@${PY_FLAVOR} \
 DATAFRAME_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.18,1:math/py-numpy@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}pandas>=1.0,1:math/py-pandas@${PY_FLAVOR}
-DIAGNOSTICS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}bokeh>=2.3.3:www/py-bokeh@${PY_FLAVOR}
+DIAGNOSTICS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}bokeh>=2.4.2:www/py-bokeh@${PY_FLAVOR}
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206211637.25LGbGwD059229>