Skip to content

Commit

Permalink
install python3-packaging in the Debian package build env (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcsanchez97 authored Aug 22, 2024
1 parent 64b1a1f commit c0a3003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/debian_package_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export DEBOOTSTRAP_DIR=`pwd`/debootstrap.git
sudo -E ./debootstrap.git/debootstrap "${_dbs_args[@]}" ./unstable-chroot/ http://cdn-aws.deb.debian.org/debian
cp -a libmongocrypt ./unstable-chroot/tmp/
sudo chroot ./unstable-chroot /bin/bash -c '(set -o xtrace && \
apt-get install -y build-essential git-buildpackage fakeroot debhelper cmake curl ca-certificates libssl-dev pkg-config libbson-dev libintelrdfpmath-dev && \
apt-get install -y build-essential git-buildpackage fakeroot debhelper cmake curl ca-certificates libssl-dev pkg-config libbson-dev libintelrdfpmath-dev python3-packaging && \
chown -R root:root /tmp/libmongocrypt && \
cd /tmp/libmongocrypt && \
git clean -fdx && \
Expand Down

0 comments on commit c0a3003

Please sign in to comment.