1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-02 22:10:08 +03:00

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

View file

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