Changeset 2dfb0a58


Ignore:
Timestamp:
10/02/2022 06:20:02 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/xf86-video-removal
Children:
036821b
Parents:
432ea40
Message:

Move requests from python-deps to python-modules

It is a dependency of both kapidox and sphinx

Location:
general/prog
Files:
2 edited
1 moved

Legend:

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

    r432ea40 r2dfb0a58  
    7474      <listitem>
    7575        <para>
    76           <xref linkend="requests"/>
    77         </para>
    78       </listitem>
    79       <listitem>
    80         <para>
    8176          <xref linkend="snowballstemmer"/>
    8277        </para>
     
    128123
    129124  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    130     href="python-dependencies/requests.xml"/>
    131 
    132   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133125    href="python-dependencies/snowballstemmer.xml"/>
    134126
  • general/prog/python-modules.xml

    r432ea40 r2dfb0a58  
    176176      <listitem>
    177177        <para>
     178          <xref linkend="requests"/>
     179        </para>
     180      </listitem>
     181      <listitem>
     182        <para>
    178183          <xref linkend="scour"/>
    179184        </para>
     
    281286
    282287  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     288    href="python-modules/requests.xml"/>
     289
     290  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    283291    href="python-modules/scour.xml"/>
    284292
Note: See TracChangeset for help on using the changeset viewer.