Ignore:
Timestamp:
08/21/2021 06:52:50 AM (3 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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:
8ed58ee
Parents:
99e72b1
Message:

kf5-framworks: make kapidox dependencies more precise

Some python modules are in the book, but would be downloaded if not
present at build time. Some other python modules are not in the book,
but are downloaded at build time. Make python modules present in the
book recommended (and not tun time), and add those not present in the book.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kf5/kf5-frameworks.xml

    r99e72b1 rf9b6072  
    126126  </para>
    127127
    128   <bridgehead renderas="sect4">Runtime dependencies for kapidox</bridgehead>
     128  <bridgehead renderas="sect4">Additional recommended dependencies for kapidox</bridgehead>
     129  <para role="recommended">
     130    <xref role="runtime" linkend="doxygen"/> (Run time),
     131    <xref linkend="Jinja2"/>, and
     132    <xref linkend="PyYAML"/> (if those python modules are not present at build
     133    time, they will be downloaded)
     134  </para>
     135
     136  <bridgehead renderas="sect4">Other python modules needed by kapidox</bridgehead>
    129137  <para role="optional">
    130     <xref role="runtime" linkend="doxygen"/>,
    131     <xref role="runtime" linkend="Jinja2"/>, and
    132     <xref role="runtime" linkend="PyYAML"/>
     138    <ulink url="https://pypi.org/simple/requests/">requests</ulink>,
     139    <ulink url="https://pypi.org/simple/doxyqml/">doxyqml</ulink>,
     140    <ulink url="https://pypi.org/simple/doxypypy/">doxypypy</ulink>,
     141    <ulink url="https://pypi.org/simple/urllib3/">urllib3</ulink>,
     142    <ulink url="https://pypi.org/simple/idna/">idna</ulink>,
     143    <ulink url="https://pypi.org/simple/charset-normalizer/">charset-normalizer</ulink>, and
     144    <ulink url="https://pypi.org/simple/certifi/">certifi</ulink> (all will be
     145    automatically installed at build time if not present on the system)
    133146  </para>
    134147
Note: See TracChangeset for help on using the changeset viewer.