pythonPackages.requests-toolbelt: Add missing checkinput pyopenssl

This commit is contained in:
adisbladis 2019-06-23 00:27:59 +01:00
parent d2c84bb3d1
commit 8df753c598
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7

View File

@ -5,6 +5,7 @@
, betamax , betamax
, mock , mock
, pytest , pytest
, pyopenssl
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -16,7 +17,7 @@ buildPythonPackage rec {
sha256 = "968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"; sha256 = "968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0";
}; };
checkInputs = [ betamax mock pytest ]; checkInputs = [ pyopenssl betamax mock pytest ];
propagatedBuildInputs = [ requests ]; propagatedBuildInputs = [ requests ];
checkPhase = '' checkPhase = ''