python3Packages.celery: Fix billiard 4.1 compat

This commit is contained in:
Martin Weinelt 2023-01-02 21:34:40 +01:00
parent f5336d2318
commit 257d72ba07

View file

@ -38,10 +38,15 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
name = "billiard-4.0-comat.patch";
name = "billiard-4.0-compat.patch";
url = "https://github.com/celery/celery/commit/b260860988469ef8ad74f2d4225839c2fa91d590.patch";
hash = "sha256-NWB/UB0fE7A/vgMRYz6QGmqLmyN1ninAMyL4V2tpzto=";
})
(fetchpatch {
name = "billiard-4.1-compat.patch";
url = "https://github.com/celery/celery/pull/7781/commits/879af6341974c3778077d8212d78f093b2d77a4f.patch";
hash = "sha256-+m8/YkeAPPjwm0WF7dw5XZzf7MImVBLXT0/FS+fk0FE=";
})
];
postPatch = ''