Salome HOME
Ensure CATALYST is detected - fix installation path for PyQt if Python is native
[tools/sat_salome.git] / products / opencv.pyconf
index 898abb6f5a81eb32222f93034bac2bc4adac62bf..bb4105e72ec99ee261faa1621a2f7cffa9ba59c0 100644 (file)
@@ -8,7 +8,7 @@ default :
     {
         rpm : ["opencv"]
         rpm_dev : ["opencv-devel"]
-        apt : ["libopencv"]
+        apt : ["python3-opencv"]
         apt_dev : ["libopencv-dev"]
     }
     environ :
@@ -38,7 +38,7 @@ default_win:
 
 version_3_2_0 :
 {
-    patches : ["opencv-3.2.0-ccache.patch"]
+    patches : ["opencv-3.2.0-ccache.patch", "SPNS-29988-opencv-3.2.0-persistence.patch"]
 }
 
 version_3_2_0_win :