PengZheng commented on code in PR #800:
URL: https://github.com/apache/celix/pull/800#discussion_r2359175517
##########
conanfile.py:
##########
@@ -329,6 +329,8 @@ def requirements(self):
self.requires("libzip/[>=1.7.3 <2.0.0]")
if self.options.build_framework:
self.requires("util-linux-libuuid/[>=2.39 <3.0.0]")
+ if self.settings.os == "Macos":
+ self.requires("gettext/0.21") #needed on MacOS 15 by libuuid
Review Comment:
This seems like an issue of libuuid conan package. We never need to require
anything not used directly unless addressing upstream version conflicts.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]