From 504358a3b9a1511436a1cfb7b147b4c0cbb3209a Mon Sep 17 00:00:00 2001 From: Stephen McDowell Date: Tue, 31 May 2022 14:59:08 -0400 Subject: [PATCH] [workspace] Install libpython for consumers (#17294) * [workspace] Install libpython for consumers Relates: #17161. If consumers do a tar or deb install with --no-install-recommends they will not be able to run the python code without libpython. --- setup/ubuntu/binary_distribution/packages-focal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/ubuntu/binary_distribution/packages-focal.txt b/setup/ubuntu/binary_distribution/packages-focal.txt index bea831f62f63..9dc041a49dd6 100644 --- a/setup/ubuntu/binary_distribution/packages-focal.txt +++ b/setup/ubuntu/binary_distribution/packages-focal.txt @@ -32,6 +32,7 @@ libnlopt-cxx0 libogg0 libopengl0 libpng16-16 +libpython3.8 libqt5core5a libqt5gui5 libqt5printsupport5