Unverified Commit 9b96335e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #230193 from fabaff/pylitterbot-postpatch

python311Packages.pylitterbot: remove postPatch section
parents 86b96456 c4ef5f07
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"
  ];