python313Packages.graphql-relay: relax poetry-core pin

This commit is contained in:
Matt Moriarity 2025-01-11 14:55:59 -07:00 committed by Martin Weinelt
parent 1e29a58efc
commit d63e09014e

View File

@ -35,6 +35,7 @@ buildPythonPackage rec {
#
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "poetry_core>=1,<2" "poetry-core" \
--replace ', "setuptools>=59,<70"' ""
'';