From: Quentin Cozette Date: Mon, 14 Dec 2020 12:24:20 +0000 (+0100) Subject: Adapt some native package names (in case of different minor version in it, dev packag... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b535c0f01f980d4010a236ce86a2699d10222cf;p=tools%2Fsat_salome.git Adapt some native package names (in case of different minor version in it, dev package is sufficient as it requires it) --- diff --git a/products/cgns.pyconf b/products/cgns.pyconf index 56e8f04..63b3dfd 100644 --- a/products/cgns.pyconf +++ b/products/cgns.pyconf @@ -8,7 +8,7 @@ default : { rpm : ["cgnslib"] rpm_dev : ["cgnslib-devel"] - apt : ["libcgns3.3"] + apt : [] apt_dev : ["libcgns-dev"] } environ : diff --git a/products/cppunit.pyconf b/products/cppunit.pyconf index 29e9583..557629e 100644 --- a/products/cppunit.pyconf +++ b/products/cppunit.pyconf @@ -8,7 +8,7 @@ default : { rpm : ["cppunit"] rpm_dev : ["cppunit-devel"] - apt : ["libcppunit"] + apt : [] apt_dev : ["libcppunit-dev"] } environ : diff --git a/products/opencv.pyconf b/products/opencv.pyconf index 898abb6..12e7304 100644 --- a/products/opencv.pyconf +++ b/products/opencv.pyconf @@ -8,7 +8,7 @@ default : { rpm : ["opencv"] rpm_dev : ["opencv-devel"] - apt : ["libopencv"] + apt : ["python3-opencv"] apt_dev : ["libopencv-dev"] } environ :