summaryrefslogtreecommitdiff
path: root/patches/python-ray.patch
AgeCommit message (Collapse)AuthorFilesLines
2026-05-29machine-learning: Update python-ray patch for Python 3.12.Ricardo Wurmus1-0/+106
Python 3.12 removed distutils. This commit moves all substitutions of WORKSPACE into a patch file and patches out the CI dependency buildkite, which relied on distutils. * guix-science/packages/machine-learning.scm (python-ray/wheel)[arguments]: Move substitutions for WORKSPACE into a patch file. [source]: Reference that patch file here. * patches/python-ray.patch: New file.