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