python3Packages.poetry: relax crashtest constraint

This commit is contained in:
Martin Weinelt 2022-09-17 15:43:14 +02:00 committed by Sandro Jäckel
parent ec82b18808
commit 7084f8c779
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -53,6 +53,11 @@ buildPythonPackage rec {
hash = "sha256-+Nsg7oPh9tAHEKt1R9C+nY9UPy+9vbf/+A6vQWgTi+4=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'crashtest = "^0.3.0"' 'crashtest = "*"'
'';
nativeBuildInputs = [
installShellFiles
];