python3Packages.requests-aws4auth: specify extras-require

This commit is contained in:
Robert Schütz 2022-05-05 04:19:32 +00:00 committed by Robert Schütz
parent 75d3f38dde
commit 3aef23986c

View file

@ -24,14 +24,17 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
httpx
requests
six
];
passthru.extras-require = {
httpx = [ httpx ];
};
checkInputs = [
pytestCheckHook
];
] ++ passthru.extras-require.httpx;
pythonImportsCheck = [
"requests_aws4auth"