From 7016e72ae5e3726cae51bd0f36beb050bcf117a2 Mon Sep 17 00:00:00 2001 From: Quentin Cozette Date: Mon, 14 Dec 2020 13:24:20 +0100 Subject: [PATCH] Adapt some native package names (in case of different minor version in it, dev package is sufficient as it requires it) --- products/cgns.pyconf | 2 +- products/cppunit.pyconf | 2 +- products/opencv.pyconf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 : -- 2.39.2