Commit c4ef5f07 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.pylitterbot: remove postPatch section

parent 077648b1
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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"
  ];