From d63e09014e8b2524fcd6c338b52fab4605da8f42 Mon Sep 17 00:00:00 2001 From: Matt Moriarity Date: Sat, 11 Jan 2025 14:55:59 -0700 Subject: [PATCH] python313Packages.graphql-relay: relax poetry-core pin --- pkgs/development/python-modules/graphql-relay/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/graphql-relay/default.nix b/pkgs/development/python-modules/graphql-relay/default.nix index a358ab4fe914..1d53dc62587d 100644 --- a/pkgs/development/python-modules/graphql-relay/default.nix +++ b/pkgs/development/python-modules/graphql-relay/default.nix @@ -35,6 +35,7 @@ buildPythonPackage rec { # postPatch = '' substituteInPlace pyproject.toml \ + --replace-fail "poetry_core>=1,<2" "poetry-core" \ --replace ', "setuptools>=59,<70"' "" '';