python310Packages.weconnect: handle extra dependencies
This commit is contained in:
parent
7f4b5f686a
commit
7921ab6a2c
@ -25,12 +25,17 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ascii-magic
|
||||
oauthlib
|
||||
pillow
|
||||
requests
|
||||
];
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
Images = [
|
||||
ascii-magic
|
||||
pillow
|
||||
];
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
pytest-httpserver
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user