From 47aa718bb71377b80c11e7bebd73b80048c02e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 6 Dec 2025 10:13:21 -0800 Subject: [PATCH] python3Packages.celery-batches: unpin celery --- pkgs/development/python-modules/celery-batches/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/celery-batches/default.nix b/pkgs/development/python-modules/celery-batches/default.nix index 7a6893fc0749..e129dcf10248 100644 --- a/pkgs/development/python-modules/celery-batches/default.nix +++ b/pkgs/development/python-modules/celery-batches/default.nix @@ -20,6 +20,11 @@ buildPythonPackage rec { build-system = [ setuptools ]; + pythonRelaxDeps = [ + # https://github.com/clokep/celery-batches/pull/100 + "celery" + ]; + dependencies = [ celery ]; # requires a running celery