Skip to content

Commit

Permalink
xmlsec: use version range for libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Panfilov committed Jun 18, 2024
1 parent 34e21fe commit 2ae9fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/xmlsec/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("libxml2/2.12.4", transitive_headers=True)
self.requires("libxml2/[>=2.12.5 <3]", transitive_headers=True)
if self.options.with_openssl:
self.requires("openssl/[>=1.1 <4]", transitive_headers=True)
if self.options.with_xslt:
Expand Down

0 comments on commit 2ae9fd5

Please sign in to comment.