Ignore:
Timestamp:
09/07/2020 05:55:46 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6b21b3dd
Parents:
c32e75e2
Message:

Force use of python3 in telepathy-mission-control

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23692 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/telepathy-mission-control.xml

    rc32e75e2 r1cfc936  
    8888    <bridgehead renderas="sect4">Optional</bridgehead>
    8989    <para role="optional">
     90      <xref linkend="dbus-python"/> (for the <quote>twisted</quote> tests),
    9091      <xref linkend="gtk-doc"/>,
    91       <xref linkend="upower"/>, and
     92      <xref linkend="upower"/>,
     93      <ulink url="https://pypi.org/project/Twisted/">Twisted</ulink>
     94         (for the <quote>twisted</quote> tests), and
    9295      <ulink url="&gnome-download-http;/libgnome-keyring">libgnome-keyring</ulink>
    9396    </para>
     
    106109    </para>
    107110
    108 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     111<screen><userinput>PYTHON=python3 \
     112./configure --prefix=/usr --disable-static &amp;&amp;
    109113make</userinput></screen>
    110114
     
    123127  <sect2 role="commands">
    124128    <title>Command Explanations</title>
     129
     130    <para>
     131      <command>PYTHON=python3</command>: prevents using Python2 if it
     132      is installed.
     133    </para>
    125134
    126135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.