Author: ken
Date: Sun Oct 22 14:36:23 2017
New Revision: 19361

Log:
Xasy needs the Python2 version of Pillow. Fixes r19324.

Modified:
   trunk/BOOK/general/prog/python3.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/pst/typesetting/asymptote.xml

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Sun Oct 22 14:06:35 2017        (r19360)
+++ trunk/BOOK/general/prog/python3.xml Sun Oct 22 14:36:23 2017        (r19361)
@@ -107,9 +107,8 @@
     <bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
     <para role="optional">
       <xref linkend="db"/>,
-      <xref linkend="openssl"/>,
-      <xref linkend="sqlite"/> and
-      <xref linkend="tk"/>
+      <xref linkend="openssl"/> and
+      <xref linkend="sqlite"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct 22 14:06:35 
2017        (r19360)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun Oct 22 14:36:23 
2017        (r19361)
@@ -46,6 +46,12 @@
       <para>October 22nd, 2017</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - The optional Python module dependency of Pillow in
+          asymptote needs to be buid with Python2 because 
<command>xasy</command>
+          is a Python2 script. Fixes
+          <ulink url="&blfs-ticket-root;9917">#9917</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[dj] - Update to libgudev-232. Fixes
           <ulink url="&blfs-ticket-root;9916">#9916</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/pst/typesetting/asymptote.xml
==============================================================================
--- trunk/BOOK/pst/typesetting/asymptote.xml    Sun Oct 22 14:06:35 2017        
(r19360)
+++ trunk/BOOK/pst/typesetting/asymptote.xml    Sun Oct 22 14:36:23 2017        
(r19361)
@@ -93,9 +93,8 @@
     <bridgehead renderas="sect4">Optional (at runtime, to use 
xasy)</bridgehead>
     <para role="optional">
       <ulink url="https://pypi.python.org/pypi/Pillow/";>Pillow</ulink>
-      which has a build dependency of either
-      <xref role="nodep" linkend="python2"/> or
-      <xref role="nodep" linkend="python3"/>,
+      which has a build dependency of
+      <xref role="nodep" linkend="python2"/>
        (re-) compiled against
       <xref role="nodep" linkend="tk"/> to provide 
<filename>_tkinter.so</filename>
     </para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to