Ignore:
Timestamp:
08/15/2022 04:31:25 PM (21 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
a55d13b
Parents:
a2b2af3
Message:

gpgme: remove a useless sed part

Starting with python-3.10.6, no warning is issued if
"import distutils" is used in a python script. So the
corresponding sed can be removed. It was wrong anyway for
gpgme-1.18.0, because the line number had changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    ra2b2af3 rc241762  
    106106
    107107    <para>
    108       Next, fix an issue building with Python 3.10 installed:
     108      First, fix an issue building with Python 3.10 installed:
    109109    </para>
    110110
    111111<screen><userinput remap="pre">sed -e 's/3\.9/3.10/'                    \
    112112    -e 's/:3/:4/'                        \
    113     -e '23655 s/distutils"/setuptools"/' \
    114113    -i configure</userinput></screen>
    115114
Note: See TracChangeset for help on using the changeset viewer.