This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch support/2.4
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/support/2.4 by this push:
new cddb4b99 Fix duplicated requirement of zlib.
cddb4b99 is described below
commit cddb4b997aefc9902bba1300b5f65f3633347abc
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 12 11:11:31 2023 +0800
Fix duplicated requirement of zlib.
---
conanfile.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/conanfile.py b/conanfile.py
index faca4d93..9206bc99 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -409,8 +409,6 @@ class CelixConan(ConanFile):
# 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")
- # 'libzip/1.10.1' requires 'zlib/1.2.13' while 'libcurl/7.64.1'
requires 'zlib/1.2.12'
- self.requires("zlib/1.2.13", override=True)
# the latest civetweb (1.16) is not ready for openssl3
self.requires("openssl/1.1.1t", override=True)
self.validate()