python313Packages.aioambient: fix build

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==2.0.1 poetry-core
+
'';
+
build-system = [ poetry-core ];
dependencies = [