aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend@python.org>2024-05-06 21:16:08 +0200
committerGitHub <noreply@github.com>2024-05-06 21:16:08 +0200
commit325a1da18d672171e9b9f794c1bfa7b79a7e5e59 (patch)
treeb323e279238485b09c6c902eddf11ac7e5ee5849 /.github
parentGH-83151: Add closure support to pdb (GH-111094) (diff)
downloadcpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.tar.gz
cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.tar.bz2
cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.zip
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/posix-deps-apt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh
index 0800401f4cd..fb485bd4f82 100755
--- a/.github/workflows/posix-deps-apt.sh
+++ b/.github/workflows/posix-deps-apt.sh
@@ -15,6 +15,7 @@ apt-get -yq install \
libgdbm-dev \
libgdbm-compat-dev \
liblzma-dev \
+ libmpdec-dev \
libncurses5-dev \
libreadline6-dev \
libsqlite3-dev \