python3Packages.term-image: fix build (#356680)

This commit is contained in:
OTABI Tomoya 2024-11-19 18:31:55 +09:00 committed by GitHub
commit d2262eb850
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pythonOlder,
setuptools,
pillow,
requests,
@ -35,6 +34,8 @@ buildPythonPackage rec {
urwid = [ urwid ];
};
pythonRelaxDeps = [ "pillow" ];
nativeCheckInputs = [
pytestCheckHook
] ++ optional-dependencies.urwid;