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:
parent
9b4117a29b
commit
d3af35696a
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ buildPythonPackage rec {
|
|||
uritemplate
|
||||
python-dateutil
|
||||
pyjwt
|
||||
];
|
||||
]
|
||||
++ pyjwt.optional-dependencies.crypto;
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue