Ignore:
Timestamp:
10/30/2020 12:51:14 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 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:
ac4aa90b
Parents:
691ee02
Message:

use "python2" to build python bindings for libmusicbrainz

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23853 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libmusicbrainz.xml

    r691ee02 r6cfc132  
    123123    </para>
    124124
    125 <screen><userinput>(cd python &amp;&amp; python setup.py build)</userinput></screen>
     125<screen><userinput>(cd python &amp;&amp; python2 setup.py build)</userinput></screen>
    126126
    127127    <para>
     
    141141    <para>
    142142      To test the Python bindings, issue the following:
    143       <command>(cd python &amp;&amp; python setup.py test)</command>.
     143      <command>(cd python &amp;&amp; python2 setup.py test)</command>.
    144144    </para>
    145145
Note: See TracChangeset for help on using the changeset viewer.