Changeset 4395529 for postlfs


Ignore:
Timestamp:
09/10/2023 08:01:56 PM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
2e063595
Parents:
9ec8e6a
Message:

Adjust and continue using entities fo rpip3 commands

Location:
postlfs/security
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/gpgme.xml

    r9ec8e6a r4395529  
    131131  srcdir=$PWD/../lang/python \
    132132  top_builddir=$PWD          \
    133   pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir \
    134              $PWD/lang/python
     133  &build-wheel-cmd; $PWD/lang/python
    135134fi</userinput></screen>
    136135
  • postlfs/security/libpwquality.xml

    r9ec8e6a r4395529  
    101101            --disable-python-bindings          &amp;&amp;
    102102make &amp;&amp;
    103 pip3 wheel -w dist --no-build-isolation --no-deps --no-cache-dir \
    104            $PWD/python</userinput></screen>
     103&build-wheel-cmd; $PWD/python</userinput></screen>
    105104
    106105    <para>
Note: See TracChangeset for help on using the changeset viewer.