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

commit d89f0bd26b92eb09c4909b4b3bf0d7d7ecfc57a5
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 5 12:47:12 2023 +0800

    Add zeromq version conflict in Conan Create CI.
---
 conanfile.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conanfile.py b/conanfile.py
index f8288bca..3b37f058 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -381,7 +381,6 @@ class CelixConan(ConanFile):
         if self.options.build_cxx_remote_service_admin:
             self.requires("rapidjson/[>=1.1.0 <2.0.0]")
         if self.options.build_pubsub_psa_zmq:
-            self.requires("zeromq/4.3.4")
             self.requires("czmq/4.2.0")
         if self.options.build_http_admin or 
self.options.build_rsa_discovery_common \
                 or self.options.build_rsa_remote_service_admin_dfi:

Reply via email to