Changeset 3d8324c4


Ignore:
Timestamp:
04/20/2022 02:40:22 AM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
c8a0d6c0
Parents:
aa847e3
Message:

Update build instructions for python-dbusmock

File:
1 edited

Legend:

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

    raa847e3 r3d8324c4  
    8585      </para>
    8686
    87 <screen><userinput>python3 setup.py build</userinput></screen>
     87<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
    8888
    8989      <para>
    90         To install the package run the following as the
    91         <systemitem class="username">root</systemitem> user:
     90        To install the package run the following as the &root; user:
    9291      </para>
    9392
    94 <screen role="root"><userinput>python3 setup.py install --optimize=1</userinput></screen>
     93<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir python-dbusmock</userinput></screen>
    9594
    9695    </sect3>
     96
     97    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     98      href="../../xincludes/pip3-cmd-explain.xml"/>
    9799
    98100    <sect3 role="content">
     
    109111          </seg>
    110112          <seg>
    111             python_dbusmock-&dbusmock-version;-py&python3-majorver;.egg
     113            None
    112114          </seg>
    113115          <seg>
    114             /usr/lib/python&python3-majorver;/site-packages/dbusmock
     116            /usr/lib/python&python3-majorver;/site-packages/dbusmock and
     117            /usr/lib/python&python3-majorver;/site-packages/python_dbusmock-0.27.5.dist-info
    115118          </seg>
    116119        </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.