From 54550e4fb0ba7553f7c90ac665e2fa3cd20c3cb5 Mon Sep 17 00:00:00 2001 From: crouzet Date: Tue, 19 Jan 2021 10:07:57 +0100 Subject: [PATCH] =?utf8?q?suppression=20de=20d=C3=A9pendances=20suppl?= =?utf8?q?=C3=A9mentaires?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- products/HYBRIDPLUGIN.pyconf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/products/HYBRIDPLUGIN.pyconf b/products/HYBRIDPLUGIN.pyconf index 308be6c..77f7019 100644 --- a/products/HYBRIDPLUGIN.pyconf +++ b/products/HYBRIDPLUGIN.pyconf @@ -15,18 +15,17 @@ default : } depend : [ "KERNEL", + "GUI", "GEOM", "SMESH", "Python", "qt", "boost", "CAS", - "medfile", "omniORB", - "docutils", "MeshGems" ] - build_depend : ["cmake", "swig", "doxygen"] + build_depend : ["cmake", "doxygen"] source_dir : $APPLICATION.workdir + $VARS.sep + 'SOURCES' + $VARS.sep + $name build_dir : $APPLICATION.workdir + $VARS.sep + 'BUILD' + $VARS.sep + $name properties: -- 2.39.2