python3Packages.pyotb: 2.1.0 → 2.2.1 (#533755)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user