diff options
author | Peder Bergebakken Sundt | 2024-11-14 04:31:12 +0100 |
---|---|---|
committer | github-actions[bot] | 2024-11-14 19:07:53 +0000 |
commit | b28b7e1a152ec934db3bf34f72ecda202d6da8c0 (patch) | |
tree | f72d75a113629cc6436a6d5d8f33aa07c9a4ef9c | |
parent | 8b27c1239e5c421a2bbc2c65d52e4a6fbf2ff296 (diff) |
python312Packages.celery-redbeat: drop path, unbreak
(cherry picked from commit 0343e9308d0f0ebd6b6d182b0207150461eacd6c)
-rw-r--r-- | pkgs/development/python-modules/celery-redbeat/default.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/development/python-modules/celery-redbeat/default.nix b/pkgs/development/python-modules/celery-redbeat/default.nix index 2635818a9b37..7483b6d3d91c 100644 --- a/pkgs/development/python-modules/celery-redbeat/default.nix +++ b/pkgs/development/python-modules/celery-redbeat/default.nix @@ -2,7 +2,6 @@ lib, buildPythonPackage, fetchFromGitHub, - fetchpatch, python-dateutil, celery, redis, @@ -25,14 +24,6 @@ buildPythonPackage rec { hash = "sha256-lAEbhRTp0jYrCgHaTvPrl+lW1NRezmmTqAnUmLdpVwY="; }; - patches = [ - (fetchpatch { - # celery 5.3.0 support - url = "https://github.com/sibson/redbeat/commit/4240e17172a4d9d2744d5c4da3cfca0e0a024e2e.patch"; - hash = "sha256-quEfSFhv0sIpsKHX1CpFhbMC8LYXA8NASWYU8MMYPSk="; - }) - ]; - propagatedBuildInputs = [ celery python-dateutil |