python311Packages.django-stubs-ext: drop outdated postPatch

This commit is contained in:
Nick Cao 2023-06-05 10:33:06 +08:00
parent 93fc2ce7c0
commit 14aa5c4db1
No known key found for this signature in database

View File

@ -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