[Backport release-24.11] python3Packages.term-image: fix build (#357209)

This commit is contained in:
Nick Cao 2024-11-19 09:53:02 -05:00 committed by GitHub
commit 1a227be52b
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;