-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
djangorestframework-jwt: fix build error #120957
Conversation
This package depends on an older version of 'pyjwt' than is packaged in nixpkgs.
Result of 2 packages built successfully:
1 suggestion:
Result of 2 packages built successfully:
1 suggestion:
|
Would version 2.0.0 just work if we widen the version constraint? Also I am not sure if we can or cannot add such things. @dotlambda |
Let's switch to this fork: https://github.com/Styria-Digital/django-rest-framework-jwt. We might want to call the package |
Anyone working on that? |
@dotlambda Is that fork a drop-in replacement? If so, I think that's a good idea; I don't like the idea of keeping an unmaintained library in repos, especially when there's a good fork. |
According to jpadilla/django-rest-framework-jwt#484, it is. Closing this PR in favor of #121825. |
This package depends on an older version of 'pyjwt' than is packaged in
nixpkgs.
Motivation for this change
Currently, building djangorestframework-jwt errors out:
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)