We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa7213 commit 4df3468Copy full SHA for 4df3468
build/pkgs/python3/spkg-configure.m4
@@ -20,7 +20,7 @@ SAGE_SPKG_CONFIGURE([python3], [
20
dnl
21
dnl However, if we add another package (providing a shared library linked into a Python module)
22
dnl that also uses libsqlite3, then we will have to put the DEPCHECK back in.
23
- SAGE_SPKG_DEPCHECK([bzip2 liblzma libffi], [
+ SAGE_SPKG_DEPCHECK([bzip2 liblzma libffi zlib], [
24
dnl Check if we can do venv with a system python3
25
dnl instead of building our own copy.
26
dnl Trac #31160: We no longer check for readline here.
0 commit comments