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