mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-dask: Do not reference pyarrow_hotfix.
* gnu/packages/python-xyz.scm (python-dask)[arguments]: Add 'patch-pyproject phase. Change-Id: Idd173b72b1467540c295224072f3740c7f42b0a8
This commit is contained in:
parent
262df6c607
commit
57f265f1ea
1 changed files with 5 additions and 0 deletions
|
@ -28109,6 +28109,11 @@ parentdir_prefix = dask-
|
||||||
;; This option is not supported by our version of pytest.
|
;; This option is not supported by our version of pytest.
|
||||||
(substitute* "pyproject.toml"
|
(substitute* "pyproject.toml"
|
||||||
(("--cov-config=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
|
(add-before 'check 'pre-check
|
||||||
(lambda _ (chdir "/tmp"))))))
|
(lambda _ (chdir "/tmp"))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue