Merge pull request #205377 from tjni/cleo

This commit is contained in:
Sandro
2022-12-18 17:26:10 +01:00
committed by GitHub
@@ -20,11 +20,6 @@ buildPythonPackage rec {
hash = "sha256-y9PYlGSPLpZl9Ad2AFuDKIopH0LRETLp35aiZtLcXzM=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'crashtest = "^0.3.1"' 'crashtest = "*"'
'';
nativeBuildInputs = [
poetry-core
];