Skip to content

Commit

Permalink
python312Packages.django-allauth-2fa: drop
Browse files Browse the repository at this point in the history
django-allauth-2fa was unused, incompatible with the currently packaged
django-allauth version and django-allauth now supports 2fa itself.

> and the release notes encourage to switch to allauth
valohai/django-allauth-2fa#189 (comment)
  • Loading branch information
MarcelCoding authored and NotAShelf committed Feb 17, 2025
1 parent bec934b commit 46db40a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
45 changes: 0 additions & 45 deletions pkgs/development/python-modules/django-allauth-2fa/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/python-aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ mapAliases ({
distutils_extra = distutils-extra; # added 2023-10-12
digital-ocean = python-digitalocean; # addad 2024-04-12
djangorestframework-jwt = drf-jwt; # added 2021-07-20
django-allauth-2fa = throw "django-allauth-2fa was removed because it was unused and django-allauth now contains 2fa logic itself."; # added 2025-02-15
django-sampledatahelper = throw "django-sampledatahelper was removed because it is no longer compatible to latest Django version"; # added 2022-07-18
django_2 = throw "Django 2 has reached it's projected EOL in 2022/04 and has therefore been removed."; # added 2022-03-05
django_appconf = django-appconf; # added 2022-03-03
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3416,8 +3416,6 @@ self: super: with self; {

django-allauth = callPackage ../development/python-modules/django-allauth { };

django-allauth-2fa = callPackage ../development/python-modules/django-allauth-2fa { };

django-anymail = callPackage ../development/python-modules/django-anymail { };

django-annoying = callPackage ../development/python-modules/django-annoying { };
Expand Down

0 comments on commit 46db40a

Please sign in to comment.