nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.django-allauth: propagate pyjwt[crypto]

authored by

Martin Weinelt and committed by
Martin Weinelt
aae955fc 750da022

+4 -1
+4 -1
pkgs/development/python-modules/django-allauth/default.nix
··· 6 6 , pythonOlder 7 7 , requests 8 8 , requests-oauthlib 9 + , pyjwt 9 10 }: 10 11 11 12 buildPythonPackage rec { ··· 31 30 propagatedBuildInputs = [ 32 31 django 33 32 python3-openid 33 + pyjwt 34 34 requests 35 35 requests-oauthlib 36 - ]; 36 + ] 37 + ++ pyjwt.optional-dependencies.crypto; 37 38 38 39 checkPhase = '' 39 40 # test is out of date