From b52377048657b2e1ae2360af4f2a1df47858b97c Mon Sep 17 00:00:00 2001 From: Michael Legleux Date: Tue, 17 Mar 2026 11:46:46 -0700 Subject: [PATCH] fix: Remove nonexistent `boost::coroutine2` library (#6561) --- conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 9cf9370ec7..e16d7eb69e 100644 --- a/conanfile.py +++ b/conanfile.py @@ -207,7 +207,6 @@ class Xrpl(ConanFile): "boost::chrono", "boost::container", "boost::context", - "boost::coroutine2", "boost::date_time", "boost::filesystem", "boost::json",