gegl: Remove duplicate dependency on graphviz, and fix the tests since they've now been ported to python3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24414 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2021-03-29 19:15:29 +00:00
parent bc0c417575
commit 7631327a77

View File

@ -107,7 +107,6 @@
<xref linkend="ffmpeg"/>,
<xref linkend="gdk-pixbuf"/>,
<xref linkend="gexiv2"/>,
<xref linkend="graphviz"/>,
<xref linkend="gtk-doc"/>,
<xref linkend="jasper"/>,
<xref linkend="lcms2"/>,
@ -136,13 +135,14 @@
<sect2 role="installation">
<title>Installation of gegl</title>
<!-- With 0.4.30, the scripts already use python3
<para>
At first, adjust some test scripts to use Python 3 installed in LFS,
instead of EOL'ed Python 2:
</para>
<screen><userinput>sed '1s@python@&amp;3@' -i tests/python/*.py</userinput></screen>
-->
<para>
Install <application>gegl</application> by running the following commands:
</para>