[arvados] updated: 2.7.0-5090-g067f70b50f

git repository hosting git at public.arvados.org
Wed Oct 25 19:43:30 UTC 2023


Summary of changes:
 lib/install/deps.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  067f70b50f31c37175a840e7e4e344983c468d10 (commit)
      from  f75a35d375ec8e9ae0160d2a847d96e96c2974e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 067f70b50f31c37175a840e7e4e344983c468d10
Author: Tom Clegg <tom at curii.com>
Date:   Wed Oct 25 15:42:30 2023 -0400

    20846: Use newer setuptools.
    
    services/fuse -> llfuse -> python-daemon -> setuptools >= 62.4.0.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/install/deps.go b/lib/install/deps.go
index fc0062cd75..1bde2e8055 100644
--- a/lib/install/deps.go
+++ b/lib/install/deps.go
@@ -600,7 +600,7 @@ v=/var/lib/arvados/lib/python
 tmp=/var/lib/arvados/tmp/python
 python3 -m venv "$v"
 . "$v/bin/activate"
-pip3 install --no-cache-dir 'setuptools>=18.5' 'pip>=7'
+pip3 install --no-cache-dir 'setuptools>=62.4.0' 'pip>=7'
 export ARVADOS_BUILDING_VERSION="`+inst.PackageVersion+`"
 for src in "`+inst.SourcePath+`/sdk/python" "`+inst.SourcePath+`/services/fuse"; do
   rsync -a --delete-after "$src/" "$tmp/"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list