This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/579-automatic-dependency-deduction
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/579-automatic-dependency-deduction by this push:
new 6b8f1166 Use mdnsresponder/1310.140.1
6b8f1166 is described below
commit 6b8f1166d6bb4d812c5e3ea502d071c49994e002
Author: PengZheng <[email protected]>
AuthorDate: Fri Jul 14 23:24:17 2023 +0800
Use mdnsresponder/1310.140.1
---
conanfile.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/conanfile.py b/conanfile.py
index 342c9654..b65f25f2 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -406,7 +406,9 @@ class CelixConan(ConanFile):
self.requires("jansson/[>=2.12 <3.0.0]")
self.options['jansson'].shared = True
if self.options.build_rsa_discovery_zeroconf or
self.options.build_shell_bonjour:
- self.requires("mdnsresponder/1790.80.10")
+ # TODO: To be replaced with mdnsresponder/1790.80.10, resolve some
problems of mdnsresponder
+ # https://github.com/conan-io/conan-center-index/pull/16254
+ self.requires("mdnsresponder/1310.140.1")
self.validate()
def _enable_error_injectors(self):