Skip to content

Commit

Permalink
(conan-io#21611) teemo: use version range for libcurl
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
2 people authored and valgur committed Jan 1, 2024
1 parent d87ea9d commit 1fd63f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/teemo/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("libcurl/7.86.0")
self.requires("libcurl/[>=7.78.0 <9]")
self.requires("openssl/[>=1.1 <4]", transitive_headers=True)

def validate(self):
Expand Down

0 comments on commit 1fd63f7

Please sign in to comment.