From 1980d43899a817b8bb523fcfa795892683847817 Mon Sep 17 00:00:00 2001 From: Andrew Fasano Date: Mon, 1 Apr 2024 11:51:43 -0400 Subject: [PATCH] Add protobuf dependency back to base deps list --- panda/dependencies/ubuntu_18.04_base.txt | 1 + panda/dependencies/ubuntu_20.04_base.txt | 1 + panda/dependencies/ubuntu_22.04_base.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/panda/dependencies/ubuntu_18.04_base.txt b/panda/dependencies/ubuntu_18.04_base.txt index e8278dff254..ae305bfcf77 100644 --- a/panda/dependencies/ubuntu_18.04_base.txt +++ b/panda/dependencies/ubuntu_18.04_base.txt @@ -21,6 +21,7 @@ libpython3-dev # pypanda dependencies genisoimage libffi-dev +python3-protobuf # apt-rdepends qemu-system-common diff --git a/panda/dependencies/ubuntu_20.04_base.txt b/panda/dependencies/ubuntu_20.04_base.txt index aa430074f61..4e4dde4bd52 100644 --- a/panda/dependencies/ubuntu_20.04_base.txt +++ b/panda/dependencies/ubuntu_20.04_base.txt @@ -20,6 +20,7 @@ libpython3-dev # pypanda dependencies genisoimage libffi-dev +python3-protobuf # Not sure what this one is needed for liblzo2-2 diff --git a/panda/dependencies/ubuntu_22.04_base.txt b/panda/dependencies/ubuntu_22.04_base.txt index 6a804c5e8a1..d777c67439d 100644 --- a/panda/dependencies/ubuntu_22.04_base.txt +++ b/panda/dependencies/ubuntu_22.04_base.txt @@ -20,6 +20,7 @@ libpython3-dev # pypanda dependencies genisoimage libffi-dev +python3-protobuf # Not sure what this one is needed for liblzo2-2