Changeset 7367ff9


Ignore:
Timestamp:
10/17/2021 09:10:18 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:
169d04a
Parents:
82b7eff2
Message:

Improve python 3.10 discovery in gpgme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r82b7eff2 r7367ff9  
    115115    </para>
    116116
    117 <screen><userinput remap="pre">sed -e 's/3\.9/3\.10/'   \
    118     -e '23664,+3 s/^/#/' \
     117<screen><userinput remap="pre">sed -e 's/3\.9/3.10/'                 \
     118    -e 's/:3/:4/'                     \
     119    -e 's/distutils/setuptools/'      \
     120    -e 's/setuptools\./&amp;_distutils./' \
    119121    -i configure</userinput></screen>
    120122
Note: See TracChangeset for help on using the changeset viewer.