We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34cd93e commit fe09e81Copy full SHA for fe09e81
1 file changed
scripts/release/debian/build.sh
@@ -39,6 +39,7 @@ make
39
make install
40
41
$WORKDIR/python_env/bin/python3 -m pip install --upgrade pip setuptools
42
+$WORKDIR/python_env/bin/python3 -m pip install setuptools==81.0.0
43
44
export PATH=$PATH:$WORKDIR/python_env/bin
45
0 commit comments