mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
[Backport release-24.11] python3Packages.term-image: fix build (#357209)
This commit is contained in:
commit
1a227be52b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user