Ignore:
Timestamp:
11/07/2023 08:12:27 PM (8 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
15726a7
Parents:
2226a0f
Message:

itstool: adapt to changes in Python-3.12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/xml/itstool.xml

    r2226a0f r8746348  
    8282
    8383    <para>
     84      First, fix some compatibility problems with Python-3.12:
     85    </para>
     86
     87<screen><userinput remap="pre">sed -i 's/re.sub(/re.sub(r/'         itstool.in &amp;&amp;
     88sed -i 's/re.compile(/re.compile(r/' itstool.in</userinput></screen>
     89
     90    <para>
    8491      Install <application>itstool</application> by running the following
    8592      commands:
Note: See TracChangeset for help on using the changeset viewer.