This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch wip-python-team
in repository guix.

The following commit(s) were added to refs/heads/wip-python-team by this push:
     new 8be63a7a3c gnu: python-dask: Do not reference pyarrow_hotfix.
8be63a7a3c is described below

commit 8be63a7a3c7df24a03d0d37e4961f3dc320137c3
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 2 16:09:40 2024 +0200

    gnu: python-dask: Do not reference pyarrow_hotfix.
    
    * gnu/packages/python-xyz.scm (python-dask)[arguments]: Add 'patch-pyproject
    phase.
    
    Change-Id: Idd173b72b1467540c295224072f3740c7f42b0a8
---
 gnu/packages/python-xyz.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2f8d7fb189..5b61431997 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -28109,6 +28109,11 @@ parentdir_prefix = dask-
               ;; This option is not supported by our version of pytest.
               (substitute* "pyproject.toml"
                 (("--cov-config=pyproject.toml") ""))))
+          (add-after 'unpack 'patch-pyproject
+            (lambda _
+              ;; We use pyarrow > 14
+              (substitute* "pyproject.toml"
+                (("\"pyarrow_hotfix\",") ""))))
           (add-before 'check 'pre-check
             (lambda _ (chdir "/tmp"))))))
     (propagated-inputs

Reply via email to