From f1790ffe45471b03bdcfdfd87bf5e197a9fb798e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 23 Jun 2024 12:45:03 +0200 Subject: [PATCH] python312Packages.pylitterbot: relax deepdiff constraint --- pkgs/development/python-modules/pylitterbot/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pylitterbot/default.nix b/pkgs/development/python-modules/pylitterbot/default.nix index add82ecc2d15..dcd863d08bfc 100644 --- a/pkgs/development/python-modules/pylitterbot/default.nix +++ b/pkgs/development/python-modules/pylitterbot/default.nix @@ -28,6 +28,8 @@ buildPythonPackage rec { hash = "sha256-MSQdX2PKQohmPGqtRZnUmCCVgKgaf4+cHAUItiPv7pY="; }; + pythonRelaxDeps = [ "deepdiff" ]; + build-system = [ poetry-core poetry-dynamic-versioning