On 02/11/2015 16:36, [email protected] wrote:
Author: igor
Date: Mon Nov  2 07:36:24 2015
New Revision: 16592

Log:
add libuuid to python dependencies

Modified:
    trunk/BOOK/general/prog/python2.xml
    trunk/BOOK/general/prog/python3.xml

Modified: trunk/BOOK/general/prog/python2.xml
==============================================================================
--- trunk/BOOK/general/prog/python2.xml Mon Nov  2 06:04:08 2015        (r16591)
+++ trunk/BOOK/general/prog/python2.xml Mon Nov  2 07:36:24 2015        (r16592)
@@ -97,8 +97,9 @@
<bridgehead renderas="sect4">Optional</bridgehead>
      <para role="optional">
-      <xref linkend="bluez"/> and
-      <xref linkend="valgrind"/>
+      <xref linkend="bluez"/>,
+      <xref linkend="valgrind"/>, and
+      <ulink url="http://sourceforge.net/projects/libuuid/";>libuuid</ulink>
      </para>
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>

Modified: trunk/BOOK/general/prog/python3.xml
==============================================================================
--- trunk/BOOK/general/prog/python3.xml Mon Nov  2 06:04:08 2015        (r16591)
+++ trunk/BOOK/general/prog/python3.xml Mon Nov  2 07:36:24 2015        (r16592)
@@ -96,8 +96,9 @@
      <bridgehead renderas="sect4">Optional</bridgehead>
      <para role="optional">
        <xref linkend="bluez"/>,
-      <xref linkend="gdb"/> (required for some tests), and
-      <xref linkend="valgrind"/>
+      <xref linkend="gdb"/> (required for some tests),
+      <xref linkend="valgrind"/>, and
+      <ulink url="http://sourceforge.net/projects/libuuid/";>libuuid</ulink>
      </para>
<bridgehead renderas="sect4">Optional (For Additional Modules)</bridgehead>
Looks like this libuuid is just a standalone version of a library in util-linux... There is a uuid.pc file in /usr/lib/pkgconfig (from util-linux) without needing this library. I would not flag that library as a dependency, since the dep is already met...

Pierre


Pierre
--
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