Specify that the testsuite for graphite2 needs FontTools in Python 3 now.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21434 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2019-04-07 22:21:28 +00:00
parent ccf92b868b
commit 2b02471c1d

View File

@ -130,7 +130,7 @@
<para>
Some tests fail if
<ulink url="https://pypi.python.org/pypi/FontTools">FontTools</ulink>
(Python 2 module) is not installed. These tests can be removed with:
(Python 3 module) is not installed. These tests can be removed with:
</para>
<screen><userinput>sed -i '/cmptest/d' tests/CMakeLists.txt</userinput></screen>