python313Packages.aioambient: relax poetry-core constraint

Changed files
+5
pkgs
development
python-modules
aioambient
+5
pkgs/development/python-modules/aioambient/default.nix
···
hash = "sha256-F1c2S0c/CWHeCd24Zc8ib3aPR7yj9gCPBJpmpgoddQY=";
};
+
postPatch = ''
+
substituteInPlace pyproject.toml \
+
--replace-fail "poetry-core==" "poetry-core>="
+
'';
+
build-system = [ poetry-core ];
dependencies = [