python310Packages.weconnect: handle extra dependencies

This commit is contained in:
Fabian Affolter 2022-10-01 21:49:56 +02:00
parent 7f4b5f686a
commit 7921ab6a2c

View File

@ -25,12 +25,17 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
ascii-magic
oauthlib
pillow
requests
];
passthru.optional-dependencies = {
Images = [
ascii-magic
pillow
];
};
checkInputs = [
pytest-httpserver
pytestCheckHook