Skip to content

Commit

Permalink
(#19801) Bump libpng's zlib requirement to [>=1.2.11 <2] range
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrilRBS authored Sep 20, 2023
1 parent 020c4d4 commit d359d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libpng/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("zlib/1.2.13")
self.requires("zlib/[>=1.2.11 <2]")

def validate(self):
if Version(self.version) < "1.6" and self.settings.arch == "armv8" and is_apple_os(self):
Expand Down

0 comments on commit d359d47

Please sign in to comment.