python313Packages.eliot: patch for numpy2 compat

This commit is contained in:
Martin Weinelt 2024-11-10 03:48:52 +01:00
parent 5c8e9946fd
commit 7a635aa8be
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -3,6 +3,7 @@
stdenv,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
pythonOlder,
pythonAtLeast,
@ -37,6 +38,14 @@ buildPythonPackage rec {
hash = "sha256-Ur7q7PZ5HH4ttD3b0HyBTe1B7eQ2nEWcTBR/Hjeg9yw=";
};
patches = [
(fetchpatch2 {
name = "numpy2-compat.patch";
url = "https://github.com/itamarst/eliot/commit/39eccdad44f91971ecf1211fb01366b4d9801817.patch";
hash = "sha256-al6olmvFZ8pDblljWmWqs5QrtcuHKcea255XgG+1+1o=";
})
];
build-system = [ setuptools ];
dependencies = [