From 9754d7d8a9dcfe2370eedd5ee8fd36f80172d5ac Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Tue, 12 Jul 2022 10:34:20 -0600 Subject: [PATCH] scripts: Drop some unneeded deps - coreboot no longer requires Python 2 for the FSP - nasm is provided by the coreboot toolchain Signed-off-by: Tim Crawford --- scripts/deps.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/deps.sh b/scripts/deps.sh index f919344..dc7e10b 100755 --- a/scripts/deps.sh +++ b/scripts/deps.sh @@ -29,10 +29,8 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then libudev-dev \ msr-tools \ mtools \ - nasm \ parted \ python-is-python3 \ - python2 \ python3-distutils \ uuid-dev \ zlib1g-dev @@ -49,12 +47,10 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then libuuid-devel \ msr-tools \ mtools \ - nasm \ ncurses-devel \ parted \ patch \ python-unversioned-command \ - python2 \ python3 \ systemd-devel \ zlib-devel @@ -71,13 +67,11 @@ elif [[ "${ID}" =~ "arch" ]] || [[ "${ID_LIKE}" =~ "arch" ]]; then git-lfs \ msr-tools \ mtools \ - nasm \ ncurses \ parted \ patch \ python \ python-distutils-extra \ - python2 \ systemd-libs else msg "Unknown system ID: ${ID}"