Changeset 75f9a0e3


Ignore:
Timestamp:
09/03/2017 07:56:46 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
9956301
Parents:
cf00add
Message:

Remove external references to "six", since it is now in the book

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libbytesize.xml

    rcf00add r75f9a0e3  
    8383      <xref linkend="python2"/>,
    8484      <xref linkend="python3"/>, and
    85       <ulink url="https://pypi.python.org/pypi/six">six</ulink>
     85      <xref linkend="six"/>
    8686        (python module for tests)
    8787    </para>
     
    106106
    107107    <para>
    108       If you have the optional python module '<application>six</application>'
     108      If you have the optional python module <xref linkend="six"/>
    109109      installed, the regression tests can be run with: <command>make check</command>.
    110110    </para>
  • general/genutils/gtk-doc.xml

    rcf00add r75f9a0e3  
    8686      <ulink url="&gnome-download-http;/gnome-doc-utils/">GNOME Doc Utils</ulink> and
    8787      <xref linkend="which"/> (required for the test suite and gtk-doc documentation), and
    88       <ulink url="https://pypi.python.org/pypi/six">six</ulink> (for some tests)
     88      <xref linkend="six"/> (for some tests)
    8989    </para>
    9090
  • networking/netprogs/samba.xml

    rcf00add r75f9a0e3  
    115115    <bridgehead renderas="sect4">Optional (for the Developer Test Suite)</bridgehead>
    116116    <para role="optional">Install in listed order:
    117     <ulink url="&pypi;/six/">six</ulink>,
     117    <xref linkend="six"/>,
    118118    <ulink url="&pypi;/argparse/">argparse</ulink>,
    119119    <ulink url="&pypi;/extras/">extras</ulink>,
Note: See TracChangeset for help on using the changeset viewer.