Skip to content

Commit

Permalink
Remove libcurl (eBay#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd authored Jan 24, 2024
1 parent 2e76a39 commit a5b0f95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class IOMgrConan(ConanFile):
name = "iomgr"
version = "8.7.6"
version = "8.7.7"
homepage = "https://github.com/eBay/IOManager"
description = "Asynchronous event manager"
topics = ("ebay", "nublox", "aio")
Expand Down Expand Up @@ -58,7 +58,6 @@ def requirements(self):
self.requires("spdk/21.07.y")
self.requires("pistache/0.0.5")
self.requires("zmarok-semver/1.1.0")
self.requires("libcurl/7.86.0")

self.requires("flatbuffers/1.12.0", override=True)
self.requires("openssl/1.1.1q", override=True)
Expand Down

0 comments on commit a5b0f95

Please sign in to comment.