pythonPackages: deprecate djangorestframework-jwt alias

This commit is contained in:
Sandro Jäckel 2021-07-20 23:27:12 +02:00
parent b4099137b1
commit 4a87fb096d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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 { };