From 9435cf065c92fe776d96d0e7ddbddaec2ea9f9d8 Mon Sep 17 00:00:00 2001 From: bincrafters-user Date: Thu, 1 Oct 2020 11:44:01 +0000 Subject: [PATCH] opencv: Update Conan conventions Automatically created by bincrafters-conventions 0.26.1 --- recipes/opencv/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/opencv/all/conanfile.py b/recipes/opencv/all/conanfile.py index 839b397d2f9f3..6ebbfdab420d6 100644 --- a/recipes/opencv/all/conanfile.py +++ b/recipes/opencv/all/conanfile.py @@ -54,7 +54,7 @@ def requirements(self): if self.options.with_png: self.requires("libpng/1.6.37") if self.options.with_jasper: - self.requires("jasper/2.0.16") + self.requires("jasper/2.0.19") if self.options.with_openexr: self.requires("openexr/2.5.2") if self.options.with_tiff: