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 , pythonOlder 7 , requests 8 , requests-oauthlib 9 }: 10 11 buildPythonPackage rec { ··· 30 propagatedBuildInputs = [ 31 django 32 python3-openid 33 requests 34 requests-oauthlib 35 - ]; 36 37 checkPhase = '' 38 # test is out of date
··· 6 , pythonOlder 7 , requests 8 , requests-oauthlib 9 + , pyjwt 10 }: 11 12 buildPythonPackage rec { ··· 31 propagatedBuildInputs = [ 32 django 33 python3-openid 34 + pyjwt 35 requests 36 requests-oauthlib 37 + ] 38 + ++ pyjwt.optional-dependencies.crypto; 39 40 checkPhase = '' 41 # test is out of date