python3Packages.django-allauth: propagate pyjwt[crypto]

This commit is contained in:
Martin Weinelt 2022-10-05 01:15:00 +02:00 committed by Martin Weinelt
parent 750da0225b
commit aae955fcfb

View File

@ -6,6 +6,7 @@
, pythonOlder
, requests
, requests-oauthlib
, pyjwt
}:
buildPythonPackage rec {
@ -30,9 +31,11 @@ buildPythonPackage rec {
propagatedBuildInputs = [
django
python3-openid
pyjwt
requests
requests-oauthlib
];
]
++ pyjwt.optional-dependencies.crypto;
checkPhase = ''
# test is out of date