Build: remove svn from Linux build deps script

This commit is contained in:
Campbell Barton 2024-02-29 10:12:20 +11:00
parent 98343c0c17
commit 36e217142f
1 changed files with 2 additions and 4 deletions

View File

@ -9,8 +9,8 @@
set -e
if [ `id -u` -ne 0 ]; then
echo "This script must be run as root"
exit 1
echo "This script must be run as root"
exit 1
fi
# Required by: config manager command below to enable powertools.
@ -47,8 +47,6 @@ PACKAGES_FOR_LIBS=(
# Used to checkout Blender's code.
git
git-lfs
# Used to checkout Blender's `../lib/` directory.
subversion
# Used to extract packages.
bzip2
# Used to extract packages.