mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pythonPackages.requests-toolbelt: Add missing checkinput pyopenssl
This commit is contained in:
parent
d2c84bb3d1
commit
8df753c598
1 changed files with 2 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue