Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 823bfd2

Browse files
author
Matthias Koeppe
committed
Merge #33822
2 parents f6a2ee2 + 1340d95 commit 823bfd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build/pkgs/python3/distros/debian.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
python3
22
libpython3-dev
33
python3-distutils
4+
python3-venv

build/pkgs/python3/spkg-configure.m4

+1-1
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"
27+
check_modules="sqlite3, ctypes, math, hashlib, crypt, 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)