From: Guytri KASTANE Date: Tue, 14 May 2024 14:24:09 +0000 (+0200) Subject: spns #41854: fix python3-rich optional deps X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e2323808ca6c98791d226b653835947a471c6f7e;p=tools%2Fsat_salome.git spns #41854: fix python3-rich optional deps --- diff --git a/products/rich.pyconf b/products/rich.pyconf index 5f53c68..6a9ec4f 100644 --- a/products/rich.pyconf +++ b/products/rich.pyconf @@ -17,7 +17,7 @@ default : env_script : $name + ".py" } depend : ['Python', 'setuptools', 'Pygments'] - opt_dep: ['markdown_it_py'] + opt_depend: ['markdown_it_py'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base'