external_signer: replace boost::process with cpp-subprocess

This primarily affects the `RunCommandParseJSON` utility function.
This commit is contained in:
Sebastian Falbesoner
2023-03-12 18:59:25 +01:00
committed by Hennadii Stepanov
parent cc8b9875b1
commit 70434b1c44
5 changed files with 20 additions and 29 deletions

View File

@@ -30,7 +30,6 @@ EXPECTED_BOOST_INCLUDES = ["boost/date_time/posix_time/posix_time.hpp",
"boost/multi_index/tag.hpp",
"boost/multi_index_container.hpp",
"boost/operators.hpp",
"boost/process.hpp",
"boost/signals2/connection.hpp",
"boost/signals2/optional_last_value.hpp",
"boost/signals2/signal.hpp",