Add six dependency required by gyp on macOS

This commit is contained in:
Ilya Fedin
2025-12-26 08:22:54 +04:00
committed by John Preston
parent e52aa98a9f
commit 89d9270ea6

View File

@@ -523,7 +523,7 @@ mac:
python3 -m pip install \\
--ignore-installed \\
--target=$THIRDPARTY_DIR/gyp \\
git+https://chromium.googlesource.com/external/gyp@master
git+https://chromium.googlesource.com/external/gyp@master six
""", 'ThirdParty')
stage('yasm', """