Unverified Commit 14aa5c4d authored by Nick Cao's avatar Nick Cao
Browse files

python311Packages.django-stubs-ext: drop outdated postPatch

parent 93fc2ce7
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -19,9 +19,6 @@ buildPythonPackage rec {
    hash = "sha256-JpbW99hTg0GwYM/6lWXHLqeX6GZofgQLhtKcrYeZ5f4=";
  };

  # setup.cfg tries to pull in nonexistent LICENSE.txt file
  postPatch = "rm setup.cfg";

  propagatedBuildInputs = [
    django
    typing-extensions