Skip to content

Commit

Permalink
(#20198) Bump wt's zlib requirement to [>=1.2.11 <2] range
Browse files Browse the repository at this point in the history
Co-authored-by: Rubén Rincón <rubenrb@jfrog.com>
  • Loading branch information
uilianries and AbrilRBS authored Sep 29, 2023
1 parent ed50ae4 commit 1569eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/wt/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def requirements(self):
else:
self.requires("boost/1.83.0", transitive_headers = True)
if self.options.connector_http:
self.requires("zlib/1.2.13")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.with_ssl:
self.requires("openssl/[>=1.1 <4]")
if self.options.get_safe("with_sqlite"):
Expand Down

0 comments on commit 1569eeb

Please sign in to comment.