Skip to content

Commit

Permalink
(#23204) libunwind: Bump xz_utils to avoid a dependency conflict in c…
Browse files Browse the repository at this point in the history
…python

Fixes a conflicting dependency in #20528.
  • Loading branch information
jwillikers authored Mar 21, 2024
1 parent 1d02e99 commit c1cf274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libunwind/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def layout(self):

def requirements(self):
if self.options.minidebuginfo:
self.requires("xz_utils/5.4.5")
self.requires("xz_utils/5.6.1")
if self.options.zlibdebuginfo:
self.requires("zlib/[>=1.2.11 <2]")

Expand Down

0 comments on commit c1cf274

Please sign in to comment.