From 131c61df6a621b8b571b90d15f4592d24a4b5d57 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Wed, 6 Apr 2022 14:50:24 +0200 Subject: [PATCH] fix dependencies tree for pmml --- products/pmml.pyconf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' -- 2.39.2