https://github.com/python/cpython/commit/a7d41e8aab5211f4ed7f636c41d63adcab0affba
commit: a7d41e8aab5211f4ed7f636c41d63adcab0affba
branch: main
author: Weipeng Hong <hongweichen8...@sina.com>
committer: gpshead <g...@krypto.org>
date: 2025-06-06T00:44:25Z
summary:

gh-135155: Added dependencies required for compiling the _zstd module 
(GH-135156)

files:
M .github/workflows/posix-deps-apt.sh

diff --git a/.github/workflows/posix-deps-apt.sh 
b/.github/workflows/posix-deps-apt.sh
index d5538cd9367ec6..7773222af5d26f 100755
--- a/.github/workflows/posix-deps-apt.sh
+++ b/.github/workflows/posix-deps-apt.sh
@@ -17,6 +17,7 @@ apt-get -yq install \
     libreadline6-dev \
     libsqlite3-dev \
     libssl-dev \
+    libzstd-dev \
     lzma \
     lzma-dev \
     strace \

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: arch...@mail-archive.com

Reply via email to