Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#9880 from jamiesnape/install-prere…
Browse files Browse the repository at this point in the history
…qs-remove-lldb-python-4.0

Also explicitly remove python-lldb-4.0
  • Loading branch information
jamiesnape authored Oct 31, 2018
2 parents ff16475 + 6651e8e commit 4c0d78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/ubuntu/16.04/source_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ echo 'deb [arch=amd64] https://drake-apt.csail.mit.edu/xenial xenial main' > /et
apt-get update

# TODO(jamiesnape): Remove this line on or after 1/1/2019.
apt-get remove lldb-4.0
apt-get remove lldb-4.0 python-lldb-4.0

apt-get install --no-install-recommends $(cat "${BASH_SOURCE%/*}/packages.txt" | tr '\n' ' ')

Expand Down

0 comments on commit 4c0d78a

Please sign in to comment.