python311Packages.python-myq: unpin poetry-core
This commit is contained in:
parent
fd5703fac2
commit
aeaca6de5c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue