Skip to content

Commit

Permalink
(#19744) Bump librdkafka'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 19, 2023
1 parent 3c09cb4 commit f92692d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/librdkafka/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def layout(self):
def requirements(self):
self.requires("lz4/1.9.4")
if self.options.zlib:
self.requires("zlib/1.2.13")
self.requires("zlib/[>=1.2.11 <2]")
if self.options.zstd:
self.requires("zstd/1.5.5")
if self.options.ssl:
Expand Down

0 comments on commit f92692d

Please sign in to comment.