This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch hotfix/ci-conan
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/hotfix/ci-conan by this push:
new 15751847 Add libuuid version conflict in Conan Create CI.
15751847 is described below
commit 15751847eeb4b2518feafa919e3abba322ee82d0
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 5 13:44:50 2023 +0800
Add libuuid version conflict in Conan Create CI.
---
conanfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conanfile.py b/conanfile.py
index 507d742c..661aee66 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -369,7 +369,7 @@ class CelixConan(ConanFile):
if self.options.build_utils:
self.requires("libzip/[>=1.7.3 <2.0.0]")
if self.options.build_framework or self.options.build_pubsub:
- self.requires("util-linux-libuuid/2.39")
+ self.requires("util-linux-libuuid/[>=2.39 <3.0.0]")
if ((self.options.build_framework and self.options.framework_curlinit)
or self.options.build_celix_etcdlib
or self.options.build_rsa_discovery_common or
self.options.build_rsa_remote_service_admin_dfi