Skip to content

Commit 1cae3d4

Browse files
author
Matthias Koeppe
committed
build/pkgs/python3/spkg-configure.m4: Do not check for _crypt
1 parent f68a4c6 commit 1cae3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/pkgs/python3/SPKG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can also use ``--with-python=/path/to/python3_binary`` to tell Sage to use
1414
``/path/to/python3_binary`` to set up the venv. Note that setting up the venv requires
1515
a number of Python modules to be available within the Python in question. Currently,
1616
as of Sage 9.7, these modules are as follows: ``sqlite3``, ``ctypes``, ``math``,
17-
``hashlib``, ``crypt``, ``socket``, ``zlib``, ``distutils.core``, ``ssl`` -
17+
``hashlib``, ``socket``, ``zlib``, ``distutils.core``, ``ssl`` -
1818
they will be checked for by the ``configure`` script.
1919

2020
Use the ``configure`` option ``--without-system-python3`` in case you want Python 3

build/pkgs/python3/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SAGE_SPKG_CONFIGURE([python3], [
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.
27-
check_modules="sqlite3, ctypes, math, hashlib, crypt, socket, zlib, distutils.core, ssl, ensurepip"
27+
check_modules="sqlite3, ctypes, math, hashlib, socket, zlib, distutils.core, ssl, ensurepip"
2828
AC_CACHE_CHECK([for python3 >= ]MIN_VERSION[, < ]LT_VERSION[ with modules $check_modules], [ac_cv_path_PYTHON3], [
2929
AS_IF([test x"$ac_path_PYTHON3" != x], [dnl checking explicitly specified $with_python
3030
AC_MSG_RESULT([])

0 commit comments

Comments
 (0)