From: Nabil Ghodbane Date: Wed, 6 Apr 2022 12:50:24 +0000 (+0200) Subject: fix dependencies tree for pmml X-Git-Tag: V9_9_0~100 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=131c61df6a621b8b571b90d15f4592d24a4b5d57;p=tools%2Fsat_salome.git fix dependencies tree for pmml --- diff --git a/products/pmml.pyconf b/products/pmml.pyconf index 8f9e171..90a35a4 100644 --- a/products/pmml.pyconf +++ b/products/pmml.pyconf @@ -12,9 +12,9 @@ default : { env_script : $name + ".py" } - build_depend : ["cmake", "Python", "libxml2"] - depend : [] - opt_depend : ["swig", "doxygen"] + depend : ["Python", "libxml2"] + build_depend : ["cmake", "swig", "doxygen"] + opt_depend : [] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name install_dir : 'base'