python311Packages.python-myq: unpin poetry-core

This commit is contained in:
Martin Weinelt 2023-10-22 21:38:12 +02:00
parent fd5703fac2
commit aeaca6de5c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -22,6 +22,11 @@ buildPythonPackage rec {
hash = "sha256-kW03swRXZdkh45I/up/FIxv0WGBRqTlDt1X71Ow/hrg=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "poetry-core==1.6.1" "poetry-core"
'';
nativeBuildInputs = [
poetry-core
];