summary refs log tree commit diff
path: root/pkgs/development/python-modules/requests-toolbelt
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-06-23 00:27:59 +0100
committeradisbladis <adisbladis@gmail.com>2019-06-26 11:29:41 +0100
commit8df753c5983cdd4ca9b454570c7987feba8ebb2a (patch)
treeaf878f08e3e6cc07464fb6fcd22506019223b1b8 /pkgs/development/python-modules/requests-toolbelt
parentd2c84bb3d1cae127cc4dcfeae42e7db605857d7a (diff)
downloadnixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.tar
nixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.tar.gz
nixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.tar.bz2
nixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.tar.lz
nixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.tar.xz
nixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.tar.zst
nixpkgs-8df753c5983cdd4ca9b454570c7987feba8ebb2a.zip
pythonPackages.requests-toolbelt: Add missing checkinput pyopenssl
Diffstat (limited to 'pkgs/development/python-modules/requests-toolbelt')
-rw-r--r--pkgs/development/python-modules/requests-toolbelt/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/requests-toolbelt/default.nix b/pkgs/development/python-modules/requests-toolbelt/default.nix
index ff3a18e7e76..8dba9a91226 100644
--- a/pkgs/development/python-modules/requests-toolbelt/default.nix
+++ b/pkgs/development/python-modules/requests-toolbelt/default.nix
@@ -5,6 +5,7 @@
 , betamax
 , mock
 , pytest
+, pyopenssl
 }:
 
 buildPythonPackage rec {
@@ -16,7 +17,7 @@ buildPythonPackage rec {
     sha256 = "968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0";
   };
 
-  checkInputs = [ betamax mock pytest ];
+  checkInputs = [ pyopenssl betamax mock pytest ];
   propagatedBuildInputs = [ requests ];
 
   checkPhase = ''