python3Packages.term-image: fix build

The package does not allow pillow v11, but works just fine with it.
This commit is contained in:
Olli Helenius
2024-11-17 14:23:02 +02:00
parent 837ed96b97
commit 927846eeff
@@ -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;