Changeset 6bb16f7


Ignore:
Timestamp:
01/01/2017 06:13:01 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
14f0e13e
Parents:
fcd1100
Message:

Remove unneeded dependency for systemd. Fixes #8678.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    rfcd1100 r6bb16f7  
    7474    <bridgehead renderas="sect4">Recommended Runtime Dependency</bridgehead>
    7575    <para role="recommended">
    76       <xref linkend="polkit"/>
     76      <xref linkend="polkit"/> and <xref linkend="python3"/> <!-- hwdb -->
    7777    </para>
    7878
     
    8787      <xref linkend="libidn"/>,
    8888      <xref linkend="libxkbcommon"/>,
    89       <xref linkend="lxml"/>,
    9089      <xref linkend="qemu"/>,
    9190      <xref linkend="valgrind"/>,
     
    101100      <ulink url="https://pypi.python.org/pypi/Sphinx">Sphinx</ulink>
    102101    </para>
    103 
    104     <note>
    105       <para>
    106         In order to build the <application>systemd</application>
    107         <application>Python</application> module, the
    108         <application>lxml</application> package
    109         needs to be installed for the corresponding
    110         <application>Python</application> version (2 or 3).
    111         Note that <command>configure</command> defaults to
    112         <application>Python 2</application>. In order to build
    113         the module for <application>Python 3</application>,
    114         make sure you pass the <envar>PYTHON=python3</envar>
    115         environment variable to the <command>configure</command>
    116         command below.
    117       </para>
    118     </note>
    119102
    120103    <bridgehead renderas="sect4">Optional (to rebuild the manual pages)</bridgehead>
  • introduction/welcome/changelog.xml

    rfcd1100 r6bb16f7  
    4444-->
    4545
     46    <listitem revision="systemd">
     47      <para>January 1st, 2017</para>
     48      <itemizedlist>
     49        <listitem revision="systemd">
     50          <para>[dj] - Remove unneeded dependency for systemd. Fixes
     51          <ulink url="&blfs-ticket-root;8678">#8671#8678</ulink>.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
    4656    <listitem>
    4757      <para>December 30th, 2016</para>
     
    6070        </listitem>
    6171        <listitem>
    62           <para>[bdubbs] - Update to qterminal-0.7.1 and qtermwidget-0.7.1. Fixes
    63           <ulink url="&blfs-ticket-root;8671">#8671</ulink>.</para>
     72          <para>[bdubbs] - Update to qterminal-0.7.1 and qtermwidget-0.7.1.
     73          Fixes <ulink url="&blfs-ticket-root;8671">#8671</ulink>.</para>
    6474        </listitem>
    6575        <listitem>
     
    226236        </listitem>
    227237        <listitem revision="systemd">
    228           <para>[renodr] - Update to evolution-data-server-3.22.3. Partially fixes
    229           <ulink url="&blfs-ticket-root;8426">#8426</ulink>.</para>
     238          <para>[renodr] - Update to evolution-data-server-3.22.3. Partially
     239          fixes <ulink url="&blfs-ticket-root;8426">#8426</ulink>.</para>
    230240        </listitem>
    231241        <listitem>
Note: See TracChangeset for help on using the changeset viewer.