summary refs log tree commit diff
path: root/pkgs/development/python-modules/github3_py/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/github3_py/default.nix')
-rw-r--r--pkgs/development/python-modules/github3_py/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/github3_py/default.nix b/pkgs/development/python-modules/github3_py/default.nix
index 08786916bd9..a5c930ba9eb 100644
--- a/pkgs/development/python-modules/github3_py/default.nix
+++ b/pkgs/development/python-modules/github3_py/default.nix
@@ -28,7 +28,8 @@ buildPythonPackage rec {
     uritemplate
     python-dateutil
     pyjwt
-  ];
+  ]
+  ++ pyjwt.optional-dependencies.crypto;
 
   checkInputs = [
     pytestCheckHook