python310Packages.cleo: clean up crashtest patch

This commit is contained in:
Theodore Ni 2022-12-09 14:10:12 -08:00
parent b49d4ffb24
commit b05e62fc64
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

@ -20,11 +20,6 @@ buildPythonPackage rec {
hash = "sha256-y9PYlGSPLpZl9Ad2AFuDKIopH0LRETLp35aiZtLcXzM=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'crashtest = "^0.3.1"' 'crashtest = "*"'
'';
nativeBuildInputs = [
poetry-core
];