Skip to content

Commit

Permalink
Update recipes/libdwarf/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <[email protected]>
  • Loading branch information
jeremy-rifkin and uilianries authored Feb 5, 2024
1 parent 132bf9f commit 82b6048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libdwarf/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def requirements(self):
self.requires("libelf/0.8.13")
self.requires("zlib/[>=1.2.11 <2]")
if self.version != "20191104" and Version(self.version) >= Version("0.9.0"):
self.requires("zstd/[>=1.3.5]")
self.requires("zstd/1.5.5")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 82b6048

Please sign in to comment.