Skip to content

Commit

Permalink
(#7409) libsystemd/all: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrofon authored Sep 27, 2021
1 parent 4cc517c commit e8c1ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libsystemd/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def configure(self):

def build_requirements(self):
if tools.Version(self.version) >= "248.3":
self.build_requires("meson/0.58.1")
self.build_requires("meson/0.59.1")
else:
# incompatible change in meson/0.57.2:
# https://github.com/mesonbuild/meson/pull/8526
Expand All @@ -61,7 +61,7 @@ def build_requirements(self):
self.build_requires("pkgconf/1.7.4")

def requirements(self):
self.requires("libcap/2.50")
self.requires("libcap/2.58")
self.requires("libmount/2.36.2")
if self.options.with_selinux:
self.requires("libselinux/3.2")
Expand Down

0 comments on commit e8c1ca8

Please sign in to comment.