mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-awkward-cpp: Relax dependency on python-scikit-build-core.
* gnu/packages/python-xyz.scm (python-awkward-cpp)[arguments]: Add phase 'relax-requirements. Change-Id: I3d4f647f6e5eecd343de4219baf20c6e38a2a5a0
This commit is contained in:
parent
34a279e0da
commit
4592ba3d6a
1 changed files with 11 additions and 0 deletions
|
@ -440,6 +440,17 @@ loop.")
|
|||
(sha256
|
||||
(base32 "1bays82mjyg0clmms0rdaf1jrdyr0pw5njq8v9kgcan8drcpbvf1"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; TODO: Remove this on python-team branch.
|
||||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "pyproject.toml"
|
||||
(("scikit-build-core..0.10")
|
||||
"scikit-build-core")
|
||||
(("^minimum-version =.*") "")))))))
|
||||
(propagated-inputs (list python-numpy))
|
||||
(native-inputs
|
||||
(list cmake pybind11 python-pytest python-scikit-build-core))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue