Skip to content

Commit

Permalink
#509: Reintroduce zlib requirement if libcurl is used to prevent conf…
Browse files Browse the repository at this point in the history
…lict
  • Loading branch information
pnoltes committed Oct 1, 2023
1 parent 7d7552e commit 54f053f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ def requirements(self):
or self.options.build_rsa_discovery_common or self.options.build_rsa_remote_service_admin_dfi
or self.options.build_launcher):
self.requires("libcurl/[>=7.64.1 <8.0.0]")
self.requires("zlib/[>=1.2.13 <2.0.0]") #Direct dep on zlib is needed to resolve a conflict with libcurl and libzip
if (self.options.build_rsa_discovery_common or self.options.build_shell_bonjour or
(self.options.build_rsa_remote_service_admin_dfi and self.options.enable_testing)):
self.requires("libxml2/[>=2.9.9 <3.0.0]")
Expand Down

0 comments on commit 54f053f

Please sign in to comment.