Skip to content

Commit c5aa082

Browse files
committed
install libbz2-dev
1 parent 387b2e4 commit c5aa082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/debian/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2121
# Update APT packages
2222
apt-get update
2323
# uuid-dev is used to build _uuid module: https://github.com/python/cpython/pull/3796
24-
apt-get install -y libssl-dev libffi-dev python3-dev zlib1g-dev uuid-dev wget debhelper
24+
apt-get install -y libssl-dev libffi-dev python3-dev zlib1g-dev uuid-dev wget debhelper libbz2-dev
2525
# Git is not strictly necessary, but it would allow building an experimental package
2626
# with dependency which is currently only available in its git repo feature branch.
2727
apt-get install -y git

0 commit comments

Comments
 (0)