Changeset 780ab6c1


Ignore:
Timestamp:
06/08/2020 10:40:38 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0d6ad48
Parents:
1af702d2
Message:

gegl: adjust tests to use Python 3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23265 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/gegl.xml

    r1af702d2 r780ab6c1  
    126126
    127127    <para>
     128      At first, adjust some test scripts to use Python 3 installed in LFS,
     129      instead of EOL'ed Python 2:
     130    </para>
     131
     132<screen><userinput>sed '1s@python@&amp;3@' -i tests/python/*.py</userinput></screen>
     133
     134    <para>
    128135      Install <application>gegl</application> by running the following commands:
    129136    </para>
Note: See TracChangeset for help on using the changeset viewer.