From 91ed899eec4dd28d8138cad60667662883f0e623 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 21 Jun 2026 01:27:19 +0400 Subject: [PATCH] =?UTF-8?q?python3Packages.pyotb:=202.1.0=20=E2=86=92=202.?= =?UTF-8?q?2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/python-modules/pyotb/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyotb/default.nix b/pkgs/development/python-modules/pyotb/default.nix index 0728317d4338..796b70728435 100644 --- a/pkgs/development/python-modules/pyotb/default.nix +++ b/pkgs/development/python-modules/pyotb/default.nix @@ -37,14 +37,14 @@ let in buildPythonPackage rec { pname = "pyotb"; - version = "2.1.0"; + version = "2.2.1"; pyproject = true; src = fetchFromGitHub { owner = "orfeotoolbox"; repo = "pyotb"; tag = version; - hash = "sha256-KomIMVx4jfsTSbGtoml9ON/82sHanOkp/mp1TiUaa2E="; + hash = "sha256-TDBhMCdO3kGjbysYZN9un7Y8YY+dGlHw5Vj/ZJVPXdk="; }; postPatch = '' @@ -72,6 +72,8 @@ buildPythonPackage rec { dependencies = [ otbWithPy ]; + pythonRelaxDeps = [ "numpy" ]; + pythonImportsCheck = [ "pyotb" ]; nativeCheckInputs = [