Skip to content

Commit

Permalink
resiprocate: raise pkgconf deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Oct 9, 2023
1 parent 59725b6 commit 2eccdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/resiprocate/cmake/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def requirements(self):

def build_requirements(self):
if not self.conf.get("tools.gnu:pkg_config", check_type=str):
self.tool_requires("pkgconf/1.9.3")
self.tool_requires("pkgconf/2.0.3")

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

0 comments on commit 2eccdda

Please sign in to comment.