Ignore:
Timestamp:
05/31/2024 06:59:13 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, trunk
Children:
313e38a, c77c90b
Parents:
fd059de
Message:

Restore PyYAML.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules/pyyaml.xml

    rfd059de r855f309  
    8080
    8181      <para>
    82         Build PyYAML with the following command:
     82        First, make a change so the package will build with
     83        <xref linkend="cython"/>:
     84      </para>
     85
     86<screen role="pre"><userinput>sed -i '/Cython/s/ import build_ext/.old_build_ext import old_build_ext/' setup.py</userinput></screen>
     87
     88      <para>
     89        Next, build PyYAML with the following command:
    8390      </para>
    8491
Note: See TracChangeset for help on using the changeset viewer.