about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cleo
diff options
context:
space:
mode:
authorTheodore Ni <3806110+tjni@users.noreply.github.com>2022-12-09 14:10:12 -0800
committerTheodore Ni <3806110+tjni@users.noreply.github.com>2022-12-09 22:28:25 -0800
commitb05e62fc64f1cfcd1101365dbc6595cef3432292 (patch)
tree5f6d4972fe0e34015e8402ef07a93ca45bb1ca0c /pkgs/development/python-modules/cleo
parentb49d4ffb243ce59fa5ac87bbe2559fdac7610e99 (diff)
python310Packages.cleo: clean up crashtest patch
Diffstat (limited to 'pkgs/development/python-modules/cleo')
-rw-r--r--pkgs/development/python-modules/cleo/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/cleo/default.nix b/pkgs/development/python-modules/cleo/default.nix
index f834ef198ca81..216065472bca8 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
   ];