python3Packages.django-allauth: backport patch for dj-rest-auth compat

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:16 +02:00
parent 74811fa8dd
commit 31d0e61210
2 changed files with 10 additions and 0 deletions
@@ -170,6 +170,7 @@ python.pkgs.buildPythonApplication rec {
tag = version;
hash = "sha256-1HmEJ5E4Vp/CoyzUegqQXpzKUuz3dLx2EEv7dk8fq8w=";
};
patches = [ ];
}
))
django-auditlog
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitea,
fetchpatch,
pythonOlder,
python,
@@ -55,6 +56,14 @@ buildPythonPackage rec {
hash = "sha256-pwWrdWk3bARM4dKbEnUWXuyjw/rTcOjk3YXowDa+Hm8=";
};
patches = [
(fetchpatch {
name = "dj-rest-auth-compat.patch";
url = "https://github.com/pennersr/django-allauth/commit/d50a9b09bada6753b52e52571d0830d837dc08ee.patch";
hash = "sha256-cFj9HEAlAITbRcR23ptzUYamoLmdtFEUVkDtv4+BBY0=";
})
];
nativeBuildInputs = [ gettext ];
build-system = [