aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/python.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2022-03-30 16:13:26 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2022-03-30 16:13:26 -0500
commit676f0fdcecb3d53217a274db1138ff22005bea9a (patch)
tree37febb216bad5b12e3bfc5985e8271438ededd5c /chapter08/python.xml
parentcf30814bdbbfec9dd94f89f70d6289cd18a3403e (diff)
Package updates.
Update to sysvinit-3.02. Update to zlib-1.2.12. Update to expat-2.4.8. Update to Jinja2-3.1.1. Update to Python-3.10.4. Update to procps-ng-4.0.0. Update to iproute2-5.17.0. Update to meson-0.62.0. Update to linux-5.17.1. Update to util-linux-2.38.
Diffstat (limited to 'chapter08/python.xml')
-rw-r--r--chapter08/python.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter08/python.xml b/chapter08/python.xml
index a2c4a5bdd..6b12d3559 100644
--- a/chapter08/python.xml
+++ b/chapter08/python.xml
@@ -48,7 +48,6 @@
--enable-shared \
--with-system-expat \
--with-system-ffi \
- --with-ensurepip=yes \
--enable-optimizations</userinput></screen>
<variablelist>
@@ -71,14 +70,6 @@
</varlistentry>
<varlistentry>
- <term><parameter>--with-ensurepip=yes</parameter></term>
- <listitem>
- <para>This switch enables building <command>pip</command> and
- <command>setuptools</command> packaging programs.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term><parameter>--enable-optimizations</parameter></term>
<listitem>
<para>This switch enables stable, but expensive, optimizations.</para>