Skip to content

Commit

Permalink
opencv: Update Conan conventions
Browse files Browse the repository at this point in the history
Automatically created by bincrafters-conventions 0.26.1
  • Loading branch information
bincrafters-user committed Oct 1, 2020
1 parent c985c09 commit 9435cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/opencv/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9435cf0

Please sign in to comment.