Ignore:
Timestamp:
09/11/2022 11:38:30 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
1fe05eb
Parents:
f12c19d
Message:

dbus-python: install metadata for pip3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/dbus-python.xml

    rf12c19d r01bfbee6  
    105105
    106106meson --prefix=/usr --buildtype=release .. &amp;&amp;
    107 ninja </userinput></screen>
     107ninja</userinput></screen>
    108108
    109109      <para>
     
    115115      </para>
    116116
    117 <screen role="root"><userinput>ninja install</userinput></screen>
     117<screen role="root"><userinput>ninja install &amp;&amp;
     118cp -rv ../dbus_python.egg-info \
     119   -T  /usr/lib/python&python3-majorver;/site-packages/dbus_python-&dbus-python-version;.egg-info</userinput></screen>
     120
     121    </sect3>
     122
     123    <sect3 role="commands">
     124
     125      <title>Command Explanations</title>
     126
     127      <para>
     128        <command>cp -rv ... -T ...</command>: Install the metadata of this
     129        Python module so <command>pip3</command> will be able to find this
     130        module and use it as a dependency building and installing other
     131        modules.  <parameter>-T</parameter> is used to make this command
     132        behave properly in case that this module is reinstalled.
     133      </para>
    118134
    119135    </sect3>
Note: See TracChangeset for help on using the changeset viewer.