python313Packages.graphql-relay: relax poetry-core pin

This commit is contained in:
Matt Moriarity
2025-01-11 23:07:33 +01:00
committed by Martin Weinelt
parent 1e29a58efc
commit d63e09014e
@@ -35,6 +35,7 @@ buildPythonPackage rec {
#
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "poetry_core>=1,<2" "poetry-core" \
--replace ', "setuptools>=59,<70"' ""
'';