From e2323808ca6c98791d226b653835947a471c6f7e Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Tue, 14 May 2024 16:24:09 +0200 Subject: [PATCH] spns #41854: fix python3-rich optional deps --- products/rich.pyconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.2