python3Packages.github3_py: propagate pyjwt[crypto]

This commit is contained in:
Martin Weinelt 2022-10-05 01:57:57 +02:00 committed by Martin Weinelt
parent 9b4117a29b
commit d3af35696a

@ -28,7 +28,8 @@ buildPythonPackage rec {
uritemplate
python-dateutil
pyjwt
];
]
++ pyjwt.optional-dependencies.crypto;
checkInputs = [
pytestCheckHook