python3Packages.requests-aws4auth: specify extras-require
This commit is contained in:
parent
75d3f38dde
commit
3aef23986c
1 changed files with 5 additions and 2 deletions
|
@ -24,14 +24,17 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
httpx
|
||||
requests
|
||||
six
|
||||
];
|
||||
|
||||
passthru.extras-require = {
|
||||
httpx = [ httpx ];
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
] ++ passthru.extras-require.httpx;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"requests_aws4auth"
|
||||
|
|
Loading…
Reference in a new issue