PengZheng commented on code in PR #841:
URL: https://github.com/apache/celix/pull/841#discussion_r3300507366
##########
conanfile.py:
##########
@@ -369,6 +370,7 @@ def requirements(self):
if self.options.build_utils:
self.requires("libzip/[>=1.7.3 <2.0.0]")
self.requires("libuv/[>=1.49.2 <2.0.0]")
+ self.requires("openssl/[>=3.2.0]")
Review Comment:
Introducing such a heavy dependency for a simple task like base64 is a
no-go. What if downstream users want to use embedTLS to reduce footprint?
--
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]