Changeset dbc530b


Ignore:
Timestamp:
10/22/2017 09:36:23 PM (6 years ago)
Author:
Ken Moffat <ken@…>
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:
a02b3b1
Parents:
df9499b
Message:

Xasy needs the Python2 version of Pillow. Fixes r19324.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rdf9499b rdbc530b  
    108108    <para role="optional">
    109109      <xref linkend="db"/>,
    110       <xref linkend="openssl"/>,
    111       <xref linkend="sqlite"/> and
    112       <xref linkend="tk"/>
     110      <xref linkend="openssl"/> and
     111      <xref linkend="sqlite"/>
    113112    </para>
    114113
  • introduction/welcome/changelog.xml

    rdf9499b rdbc530b  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[ken] - The optional Python module dependency of Pillow in
     50          asymptote needs to be buid with Python2 because <command>xasy</command>
     51          is a Python2 script. Fixes
     52          <ulink url="&blfs-ticket-root;9917">#9917</ulink>.</para>
     53        </listitem>
     54        <listitem>
    4955          <para>[dj] - Update to libgudev-232. Fixes
    5056          <ulink url="&blfs-ticket-root;9916">#9916</ulink>.</para>
  • pst/typesetting/asymptote.xml

    rdf9499b rdbc530b  
    9494    <para role="optional">
    9595      <ulink url="https://pypi.python.org/pypi/Pillow/">Pillow</ulink>
    96       which has a build dependency of either
    97       <xref role="nodep" linkend="python2"/> or
    98       <xref role="nodep" linkend="python3"/>,
     96      which has a build dependency of
     97      <xref role="nodep" linkend="python2"/>
    9998       (re-) compiled against
    10099      <xref role="nodep" linkend="tk"/> to provide <filename>_tkinter.so</filename>
Note: See TracChangeset for help on using the changeset viewer.