Ignore:
Timestamp:
09/19/2020 06:14:16 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
03caff6
Parents:
e536f02
Message:

In preparation for the pygobject3 update, which removes pygobject3's python2 module, force the dbus tests to run with python3.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    re536f02 re532fc22  
    265265    </para>
    266266
    267 <screen remap="test"><userinput>make distclean                     &amp;&amp;
    268 ./configure --enable-tests         \
    269             --enable-asserts       \
    270             --disable-doxygen-docs \
    271             --disable-xml-docs     &amp;&amp;
    272 make                               &amp;&amp;
     267<screen remap="test"><userinput>make distclean                                    &amp;&amp;
     268PYTHON=python3 ./configure --enable-tests         \
     269                           --enable-asserts       \
     270                           --disable-doxygen-docs \
     271                           --disable-xml-docs     &amp;&amp;
     272make                                              &amp;&amp;
    273273make check</userinput></screen>
    274274
Note: See TracChangeset for help on using the changeset viewer.