]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-135155: Added dependencies required for compiling the _zstd module (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Jun 2025 01:09:08 +0000 (03:09 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Jun 2025 01:09:08 +0000 (01:09 +0000)
gh-135155: Added dependencies required for compiling the _zstd module (GH-135156)
(cherry picked from commit a7d41e8aab5211f4ed7f636c41d63adcab0affba)

Co-authored-by: Weipeng Hong <hongweichen8888@sina.com>
.github/workflows/posix-deps-apt.sh

index d5538cd9367ec600426f4c5e0e8ee0d8db73ce48..7773222af5d26f9dadd0712feb0ea31875d6cbcd 100755 (executable)
@@ -17,6 +17,7 @@ apt-get -yq install \
     libreadline6-dev \
     libsqlite3-dev \
     libssl-dev \
+    libzstd-dev \
     lzma \
     lzma-dev \
     strace \