Changeset a171a54


Ignore:
Timestamp:
10/21/2021 10:10:11 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:
27cc55e9
Parents:
df35651
git-author:
Pierre Labastie <pierre.labastie@…> (10/21/2021 10:05:48 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (10/21/2021 10:10:11 PM)
Message:

gpgme: fix the sed when python2.7 is installed

if python2.7 is installed, we cannot replace distutils with setuptools
everywhere, since setuptools is not known for python2.7. Use
a sed only for python3.10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    rdf35651 ra171a54  
    115115    </para>
    116116
    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./' \
     117<screen><userinput remap="pre">sed -e 's/3\.9/3.10/'                    \
     118    -e 's/:3/:4/'                        \
     119    -e '23657 s/distutils"/setuptools"/' \
    121120    -i configure</userinput></screen>
    122121
Note: See TracChangeset for help on using the changeset viewer.