Skip to content

Commit

Permalink
uuid-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Dec 30, 2021
1 parent 041ff3e commit 539c6a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release/debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# Update APT packages
apt-get update
apt-get install -y libssl-dev libffi-dev python3-dev debhelper zlib1g-dev
# uuid-dev is used to build _uuid module: https://github.com/python/cpython/pull/3796
apt-get install -y libssl-dev libffi-dev python3-dev debhelper zlib1g-dev uuid-dev
apt-get install -y wget

# Download Python source code
Expand Down

0 comments on commit 539c6a1

Please sign in to comment.