From 47d93cf7087c0d07eb5fcce993687f4bad69a71b Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Thu, 16 Apr 2026 16:05:22 +0200 Subject: [PATCH] python3Packages.dj-rest-auth: remove unneeded postPatch --- pkgs/development/python-modules/dj-rest-auth/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/dj-rest-auth/default.nix b/pkgs/development/python-modules/dj-rest-auth/default.nix index 64a110368d99..789f2f0dc140 100644 --- a/pkgs/development/python-modules/dj-rest-auth/default.nix +++ b/pkgs/development/python-modules/dj-rest-auth/default.nix @@ -27,11 +27,6 @@ buildPythonPackage (finalAttrs: { hash = "sha256-eUcve2KPcLjKKWU7AxQEZ0mokP185E43Xjm4b+4hQzA="; }; - postPatch = '' - substituteInPlace setup.py \ - --replace-fail "==" ">=" - ''; - build-system = [ setuptools ]; buildInputs = [ django ]; @@ -49,6 +44,7 @@ buildPythonPackage (finalAttrs: { }; nativeCheckInputs = [ + pytest-django djangorestframework-simplejwt pytestCheckHook pytest-django