From 08070181ee3510a7adf71a62b3f23047113da72a Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 10 Jul 2023 11:48:21 -0400 Subject: [PATCH] 20684: Simplify curl dependency background Specifying that the "Python SDK" depends on curl is needless detail here. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- doc/sdk/python/arvados-cwl-runner.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sdk/python/arvados-cwl-runner.html.textile.liquid b/doc/sdk/python/arvados-cwl-runner.html.textile.liquid index b721b4f1e1..284bb210e9 100644 --- a/doc/sdk/python/arvados-cwl-runner.html.textile.liquid +++ b/doc/sdk/python/arvados-cwl-runner.html.textile.liquid @@ -32,7 +32,7 @@ Run @pip install arvados-cwl-runner@ in an appropriate installation environment, Note: -The Python SDK uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to first install additional packages. On Debian 10 this is: +The CWL Runner uses @pycurl@ which depends on the @libcurl@ C library. To build the module you may have to first install additional packages. On Debian 10 this is:
# apt-get install git build-essential python3-dev libcurl4-openssl-dev libssl1.0-dev
-- 
2.39.5