From c4ef5f07cc1f1c8906cfe477bc638e0ebd919c47 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 5 May 2023 23:05:21 +0200 Subject: [PATCH] python311Packages.pylitterbot: remove postPatch section --- pkgs/development/python-modules/pylitterbot/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/python-modules/pylitterbot/default.nix b/pkgs/development/python-modules/pylitterbot/default.nix index 598d35888b7b..912b968538b8 100644 --- a/pkgs/development/python-modules/pylitterbot/default.nix +++ b/pkgs/development/python-modules/pylitterbot/default.nix @@ -43,12 +43,6 @@ buildPythonPackage rec { pytestCheckHook ]; - postPatch = '' - # https://github.com/natekspencer/pylitterbot/issues/73 - substituteInPlace pyproject.toml \ - --replace 'deepdiff = "^5.8.1"' 'deepdiff = ">=5.8.1"' - ''; - pythonImportsCheck = [ "pylitterbot" ];