Skip to content

Commit 4df3468

Browse files
author
Matthias Koeppe
committed
build/pkgs/python3/spkg-configure.m4: Add depcheck for zlib
1 parent 8aa7213 commit 4df3468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/python3/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SAGE_SPKG_CONFIGURE([python3], [
2020
dnl
2121
dnl However, if we add another package (providing a shared library linked into a Python module)
2222
dnl that also uses libsqlite3, then we will have to put the DEPCHECK back in.
23-
SAGE_SPKG_DEPCHECK([bzip2 liblzma libffi], [
23+
SAGE_SPKG_DEPCHECK([bzip2 liblzma libffi zlib], [
2424
dnl Check if we can do venv with a system python3
2525
dnl instead of building our own copy.
2626
dnl Trac #31160: We no longer check for readline here.

0 commit comments

Comments
 (0)