python3Packages.dask-awkward: adjust to pyarrow-13

This commit is contained in:
Tobias Mayer 2023-09-03 10:25:46 +02:00
parent 52a3f592df
commit 472525b1cf
No known key found for this signature in database
GPG key ID: F8657E90819A1298

View file

@ -3,6 +3,7 @@
, buildPythonPackage
, dask
, fetchFromGitHub
, fetchpatch
, hatch-vcs
, hatchling
, pyarrow
@ -25,6 +26,14 @@ buildPythonPackage rec {
hash = "sha256-sSsd35Psf3VEydkNxtd9mSBzV23S7fRM/jhbC9T62kY=";
};
patches = [
(fetchpatch {
name = "dask-awkward-pyarrow13-test-fixes.patch";
url = "https://github.com/dask-contrib/dask-awkward/commit/abe7f4504b4f926232e4d0dfa5c601d265773d85.patch";
hash = "sha256-IYlKTV6YasuKIJutB4cCmHeglGWUwBcvFgx1MZw4hjU=";
})
];
SETUPTOOLS_SCM_PRETEND_VERSION = version;
pythonRelaxDeps = [