From b05e62fc64f1cfcd1101365dbc6595cef3432292 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Fri, 9 Dec 2022 14:10:12 -0800 Subject: [PATCH] python310Packages.cleo: clean up crashtest patch --- pkgs/development/python-modules/cleo/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/python-modules/cleo/default.nix b/pkgs/development/python-modules/cleo/default.nix index f834ef198ca8..216065472bca 100644 --- a/pkgs/development/python-modules/cleo/default.nix +++ b/pkgs/development/python-modules/cleo/default.nix @@ -20,11 +20,6 @@ buildPythonPackage rec { hash = "sha256-y9PYlGSPLpZl9Ad2AFuDKIopH0LRETLp35aiZtLcXzM="; }; - postPatch = '' - substituteInPlace pyproject.toml \ - --replace 'crashtest = "^0.3.1"' 'crashtest = "*"' - ''; - nativeBuildInputs = [ poetry-core ];