From: Guytri KASTANE Date: Mon, 13 May 2024 09:36:30 +0000 (+0200) Subject: mv importlib_metadata to opt_dep X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f35221998f36d3b6a75185028abddd1555c83847;p=tools%2Fsat_salome.git mv importlib_metadata to opt_dep --- diff --git a/products/meshio.pyconf b/products/meshio.pyconf index 5ed07cd..c1e6e7c 100644 --- a/products/meshio.pyconf +++ b/products/meshio.pyconf @@ -16,7 +16,8 @@ default : { env_script : $name + ".py" } - depend : ['Python', 'setuptools', 'importlib_metadata', 'numpy', 'h5py', 'rich', 'netCDF4'] + depend : ['Python', 'setuptools', 'numpy', 'h5py', 'rich', 'netCDF4'] + opt_depend : ['importlib_metadata'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base'