pythonPackages.djangorestframework-jwt: make an alias of drf-jwt

As per https://github.com/jpadilla/django-rest-framework-jwt/issues/484,
the latter is a drop-in replacement of the former, while the former is
unmaintained.
This commit is contained in:
Robert Schütz
2021-05-12 13:31:03 +02:00
parent 4aa6396a6f
commit 0c5385626f
2 changed files with 1 additions and 31 deletions
+1 -1
View File
@@ -1928,7 +1928,7 @@ in {
djangorestframework = callPackage ../development/python-modules/djangorestframework { };
djangorestframework-jwt = callPackage ../development/python-modules/djangorestframework-jwt { };
djangorestframework-jwt = self.drf-jwt;
djangorestframework-simplejwt = callPackage ../development/python-modules/djangorestframework-simplejwt { };