Merge pull request #198817 from tjni/fix-poetry
This commit is contained in:
commit
b25da1da69
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ buildPythonPackage rec {
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"'
|
||||
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"' \
|
||||
--replace 'xattr = { version = "^0.9.7"' 'xattr = { version = "^0.10.0"'
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue