Skip to content

Commit

Permalink
add version range for libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Sep 5, 2023
1 parent 5a98674 commit 8d58fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/aws-sdk-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def requirements(self):
self.requires("aws-crt-cpp/0.17.23", transitive_headers=True)
if self.settings.os != "Windows":
self.requires("openssl/[>=1.1 <4]")
self.requires("libcurl/8.2.1")
self.requires("libcurl/[>=7.78.0 <9]")
if self.settings.os in ["Linux", "FreeBSD"]:
if self.options.get_safe("text-to-speech"):
self.requires("pulseaudio/14.2")
Expand Down

0 comments on commit 8d58fb3

Please sign in to comment.