Merge pull request #198817 from tjni/fix-poetry

This commit is contained in:
Martin Weinelt 2022-11-07 02:43:16 +01:00 committed by GitHub
commit b25da1da69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [