mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pythonPackages: deprecate djangorestframework-jwt alias
This commit is contained in:
parent
b4099137b1
commit
4a87fb096d
2 changed files with 1 additions and 2 deletions
|
@ -42,6 +42,7 @@ mapAliases ({
|
|||
dftfit = throw "it's dependency lammps-cython no longer builds";
|
||||
diff_cover = diff-cover; # added 2021-07-02
|
||||
discogs_client = discogs-client; # added 2021-07-02
|
||||
djangorestframework-jwt = drf-jwt;
|
||||
dns = dnspython; # Alias for compatibility, 2017-12-10
|
||||
faulthandler = throw "faulthandler is built into ${python.executable}";
|
||||
gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
|
||||
|
|
|
@ -2063,8 +2063,6 @@ in {
|
|||
|
||||
djangorestframework = callPackage ../development/python-modules/djangorestframework { };
|
||||
|
||||
djangorestframework-jwt = self.drf-jwt;
|
||||
|
||||
djangorestframework-simplejwt = callPackage ../development/python-modules/djangorestframework-simplejwt { };
|
||||
|
||||
django_reversion = callPackage ../development/python-modules/django_reversion { };
|
||||
|
|
Loading…
Reference in a new issue