Author: renodr
Date: Sat Oct  6 16:45:39 2018
New Revision: 20593

Log:
Add a missing dependency in pygobject3 (for the test suite)

About two weeks ago, I discovered a problem that prevented me from running the 
test suite, even with these modules installed. Hopefully this ends that saga.

Modified:
   trunk/BOOK/general/prog/pygobject3.xml

Modified: trunk/BOOK/general/prog/pygobject3.xml
==============================================================================
--- trunk/BOOK/general/prog/pygobject3.xml      Sat Oct  6 16:21:47 2018        
(r20592)
+++ trunk/BOOK/general/prog/pygobject3.xml      Sat Oct  6 16:45:39 2018        
(r20593)
@@ -80,8 +80,10 @@
 
       <bridgehead renderas="sect5">Optional (for the tests)</bridgehead>
       <para role="optional">
-        <ulink url="https://pypi.python.org/pypi/pep8";>pep8</ulink> and
-        <ulink url="https://pypi.python.org/pypi/pyflakes";>pyflakes</ulink>
+        <ulink url="https://pypi.python.org/pypi/pep8";>pep8</ulink>,
+        <ulink url="https://pypi.python.org/pypi/pyflakes";>pyflakes</ulink>, 
and
+        <ulink url="https://pypi.python.org/pypi/pytest";>pytest</ulink>
+        <!-- pytest brings in a lot of dependencies - upwards of 10 -->
       </para>
 
       <para condition="html" role="usernotes">
-- 
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