pythonPackages.requests-toolbelt: Add missing checkinput pyopenssl
This commit is contained in:
parent
d2c84bb3d1
commit
8df753c598
@ -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 = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user