From 59b0f7c0f5d311524b7828c16df2a5be27aca309 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Sun, 22 Dec 2024 01:23:32 -0800 Subject: [PATCH] Revert "tooling: Fix missing bc dependency" This reverts commit d95b2ca63f90cc7e24b56424ab0104e2dccd341b. --- oasis_tooling/scripts/depinstall_oasis_deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/oasis_tooling/scripts/depinstall_oasis_deps.sh b/oasis_tooling/scripts/depinstall_oasis_deps.sh index 1cb055bb..d0866ab2 100755 --- a/oasis_tooling/scripts/depinstall_oasis_deps.sh +++ b/oasis_tooling/scripts/depinstall_oasis_deps.sh @@ -48,7 +48,6 @@ fi if [[ "${OSTYPE}" != "darwin"* ]]; then # Install development tools and ROS tools sudo apt install -y --no-install-recommends \ - bc \ build-essential \ ccache \ cmake \