Skip to content

Commit

Permalink
kcov: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 16, 2023
1 parent 155f07b commit a37c79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/kcov/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("zlib/1.2.13")
self.requires("zlib/[>=1.2.11 <2]")
self.requires("libiberty/9.1.0")
self.requires("libcurl/[>=7.78 <9]")
self.requires("elfutils/0.186")
self.requires("elfutils/0.190")

def package_id(self):
del self.info.settings.compiler
Expand Down

0 comments on commit a37c79e

Please sign in to comment.