Changeset 7f45fea


Ignore:
Timestamp:
10/20/2021 03:38:28 PM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
9556a94
Parents:
4a577d27
Message:

Fix ECM for python 3.10

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/extra-cmake-modules.xml

    r4a577d27 r7f45fea  
    9494    <title>Installation of Extra Cmake Modules</title>
    9595
     96<!-- fix for python-3.10: only needed until upgrading to 5.87 (or above) -->
     97    <para>
     98      First, fix detection of Python-3.10 modules:
     99    </para>
     100
     101<screen><userinput>sed 's/10)/11)/' -i find-modules/FindPythonModuleGeneration.cmake</userinput></screen>
     102<!-- End fix for python-3.10 -->
     103
    96104    <para>
    97105      Install <application>Extra Cmake Modules</application> by running the
Note: See TracChangeset for help on using the changeset viewer.