lol

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 { ··· 30 31 propagatedBuildInputs = [ 31 32 django 32 33 python3-openid 34 + pyjwt 33 35 requests 34 36 requests-oauthlib 35 - ]; 37 + ] 38 + ++ pyjwt.optional-dependencies.crypto; 36 39 37 40 checkPhase = '' 38 41 # test is out of date