20846: Use newer setuptools.
authorTom Clegg <tom@curii.com>
Wed, 25 Oct 2023 19:42:30 +0000 (15:42 -0400)
committerTom Clegg <tom@curii.com>
Fri, 3 Nov 2023 20:00:11 +0000 (16:00 -0400)
services/fuse -> llfuse -> python-daemon -> setuptools >= 62.4.0.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/install/deps.go

index fc0062cd754b032101dc0f7cdad6052373d3b95c..1bde2e8055eacfe8c2919e267c10fc9e4d16d226 100644 (file)
@@ -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/"