Changeset 059a6e02 for general


Ignore:
Timestamp:
12/09/2018 08:59:50 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
db6385b
Parents:
820dd1e6
Message:

First round of fixes for python modules:

  • remove an obsolete sentence about build order
  • add python2 as a recommended dep of scour, with a note telling why

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

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules.xml

    r820dd1e6 r059a6e02  
    2727      to the <application>Python</application> language. Modules utilized by
    2828      packages throughout BLFS are listed here, along with their dependencies.
    29       Installation of the modules shown on this page is meant to follow from top
    30       to bottom to handle optional dependencies in each module.
    3129    </para>
    3230
  • general/prog/scour.xml

    r820dd1e6 r059a6e02  
    7171      <!-- Required: only setuptools, which is available from our Python and
    7272      Python3 installs via pypi (it has a recursive dependency) -->
     73
     74      <bridgehead renderas="sect5">Recommended</bridgehead>
     75      <para role="recommended">
     76        <xref linkend="python2"/>
     77      </para>
     78
     79      <note>
     80        <para>
     81          The only use of Scour in this book is by applications which
     82          require Python2.
     83        </para>
     84      </note>
    7385
    7486      <bridgehead renderas="sect5">Optional (for the main test)</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.