Ignore:
Timestamp:
01/12/2019 09:06:52 PM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
9787b95
Parents:
f0cc8f73
Message:

Make coherent dependencies for Python Modules, see ticket #11425

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pyxdg.xml

    rf0cc8f73 rf6ee672  
    8282      <title>Installation of PyXDG</title>
    8383
    84       <note>
    85         <para>
    86           Both <application>Python 2</application> and
    87           <application>Python 3</application> modules can
    88           be built and installed without any conflicts.
    89         </para>
    90       </note>
    91 
    9284<!-- Editors note: Use - -root= instead of DESTDIR= when updating. -->
    9385
    9486      <para>
    95         To install the <application>Python 2</application> module,
    96         run the following command as the
    97         <systemitem class="username">root</systemitem> user:
    98       </para>
    99 
    100 <screen role="root"><userinput>python setup.py install --optimize=1</userinput></screen>
    101 
    102       <para>
    103         To install the <application>Python 3</application> module,
    104         run the following command as the
     87        To install the module, run the following command as the
    10588        <systemitem class="username">root</systemitem> user:
    10689      </para>
     
    118101        <seglistitem>
    119102          <seg>
    120             /usr/lib/python&python2-majorver;/site-packages/xdg and/or
    121103            /usr/lib/python&python3-majorver;/site-packages/xdg
    122104          </seg>
Note: See TracChangeset for help on using the changeset viewer.