Unverified Commit 47d93cf7 authored by Kerstin Humm's avatar Kerstin Humm
Browse files

python3Packages.dj-rest-auth: remove unneeded postPatch

parent 804fbe52
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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