Skip to content

Commit

Permalink
tiledb: update pkgconf
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur authored Aug 6, 2024
1 parent 96910b7 commit d057aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/tiledb/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def validate(self):
def build_requirements(self):
self.tool_requires("cmake/[>=3.21 <4]")
if not self.conf.get("tools.gnu:pkg_config", default=False, check_type=str):
self.tool_requires("pkgconf/2.1.0")
self.tool_requires("pkgconf/[>=2.2.0 <3]")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit d057aba

Please sign in to comment.