pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-dask: Fix arrow dependency specification
Module Name: pkgsrc-wip
Committed By: Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By: matthewd
Date: Thu Nov 30 20:09:23 2023 -0800
Changeset: 8a3ced59ca8821fadbd3498d517b3107634b5406
Modified Files:
py-dask/options.mk
Log Message:
py-dask: Fix arrow dependency specification
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8a3ced59ca8821fadbd3498d517b3107634b5406
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-dask/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/py-dask/options.mk b/py-dask/options.mk
index faf804013c..d580da0ce5 100644
--- a/py-dask/options.mk
+++ b/py-dask/options.mk
@@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-cytoolz-[0-9]*:../../devel/py-cytoolz
# TODO Also needs pyarrow
DEPENDS+= ${PYPKGPREFIX}-fastparquet-[0-9]*:../../wip/py-fastparquet
. if ${OPSYS} != "NetBSD"
-DEPENDS+= ${PYPKGPREFIX}-apache-arrow>14.0.1:../../wip/py-apache-arrow
+DEPENDS+= ${PYPKGPREFIX}-apache-arrow>=14.0.1:../../wip/py-apache-arrow
. endif
.endif
Home |
Main Index |
Thread Index |
Old Index