We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b64f6 commit 63f27ddCopy full SHA for 63f27dd
scripts/release/debian/build.sh
@@ -21,7 +21,8 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
21
# Update APT packages
22
apt-get update
23
# 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
+# libbz2-dev is used to install bz2 module: https://github.com/Azure/azure-cli/pull/32163
25
+apt-get install -y libssl-dev libffi-dev python3-dev zlib1g-dev uuid-dev wget debhelper libbz2-dev
26
# Git is not strictly necessary, but it would allow building an experimental package
27
# with dependency which is currently only available in its git repo feature branch.
28
apt-get install -y git
0 commit comments