Changeset c644c64


Ignore:
Timestamp:
02/25/2022 09:55:51 AM (2 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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9eb12e5
Parents:
f91eb040
Message:

Fix building the libxml2 python module with python2

Upstream fix found at
https://gitlab.gnome.org/GNOME/libxml2/-/commit/5bc5f0762f4d4afc39f739ce2693aa2512521daf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/libxml2py2.xml

    rf91eb040 rc644c64  
    9898      </para>
    9999
    100 <screen><userinput>cd python             &amp;&amp;
     100<screen><userinput>cd python                              &amp;&amp;
     101sed s/ModuleNotFoundError/ImportError/ \
     102    -i setup.py                        &amp;&amp;
    101103python2 setup.py build</userinput></screen>
    102104
Note: See TracChangeset for help on using the changeset viewer.