From 9ca7ea61b52147b855e5608f772e685e10a38132 Mon Sep 17 00:00:00 2001 From: Guytri KASTANE Date: Thu, 29 Aug 2024 14:39:10 +0200 Subject: [PATCH] spns #42820: added configuration files for breathe, exhale and their dependencies --- products/breathe.pyconf | 2 +- products/exhale.pyconf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/products/breathe.pyconf b/products/breathe.pyconf index 610b414..ea5a784 100644 --- a/products/breathe.pyconf +++ b/products/breathe.pyconf @@ -9,7 +9,7 @@ default : { env_script : "breathe.py" } - depend : ['Python','Sphinx'] + depend : ['Python','Sphinx', 'docutils'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "breathe" build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "breathe" install_dir : 'base' diff --git a/products/exhale.pyconf b/products/exhale.pyconf index 8a94a04..e9d5564 100644 --- a/products/exhale.pyconf +++ b/products/exhale.pyconf @@ -9,7 +9,8 @@ default : { env_script : "exhale.py" } - depend : ['Python', 'setuptools', 'Sphinx', 'beautifulsoup4', 'lxml', 'six'] + depend : ['Python', 'setuptools', 'Sphinx', 'breathe'] + opt_depend : ['beautifulsoup4', 'lxml', 'six'] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + "exhale" build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + "exhale" install_dir : 'base' -- 2.39.2