From e04b73aa6a7a2e8c634ee2b2a3bb6d75c651d001 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Mon, 25 May 2026 08:26:13 +0200 Subject: [PATCH] python3Packages.cynthion: relax pygreat dependency Upstream pins pygreat~=2024.0.5, but cynthion 0.2.4 works fine against pygreat 2026.0.0; drop the constraint so the package builds against the current pygreat. --- pkgs/development/python-modules/cynthion/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/cynthion/default.nix b/pkgs/development/python-modules/cynthion/default.nix index ebaaea6079cf..a99fa93099bd 100644 --- a/pkgs/development/python-modules/cynthion/default.nix +++ b/pkgs/development/python-modules/cynthion/default.nix @@ -51,6 +51,8 @@ buildPythonPackage rec { setuptools ]; + pythonRelaxDeps = [ "pygreat" ]; + pythonRemoveDeps = [ "future" ]; dependencies = [