Skip to content

Commit

Permalink
use new uuid lib
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Sep 2, 2023
1 parent cce167d commit d90df32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cpython/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def package_info(self):
self.cpp_info.components["_hidden"].requires.append("libffi::libffi")
if self.settings.os != "Windows":
if not tools.is_apple_os(self.settings.os):
self.cpp_info.components["_hidden"].requires.append("libuuid::libuuid")
self.cpp_info.components["_hidden"].requires.append("util-linux-libuuid::libuuid")
self.cpp_info.components["_hidden"].requires.append("libxcrypt::libxcrypt")
if self.options.with_bz2:
self.cpp_info.components["_hidden"].requires.append("bzip2::bzip2")
Expand Down

0 comments on commit d90df32

Please sign in to comment.