Changeset 8c5e6ec


Ignore:
Timestamp:
11/01/2022 07:18:49 AM (18 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:
a8b202a
Parents:
b69df19
Message:

Move "packaging" from dependencies to modules

It is required by both sphinx and pytest

Location:
general/prog
Files:
2 edited
1 moved

Legend:

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

    rb69df19 r8c5e6ec  
    9999      <listitem>
    100100        <para>
    101           <xref linkend="packaging"/>
    102         </para>
    103       </listitem>
    104       <listitem>
    105         <para>
    106101          <xref linkend="pluggy"/>
    107102        </para>
     
    203198
    204199  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    205     href="python-dependencies/packaging.xml"/>
    206 
    207   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    208200    href="python-dependencies/pluggy.xml"/>
    209201
  • general/prog/python-modules.xml

    rb69df19 r8c5e6ec  
    8989      <listitem>
    9090        <para>
     91          <xref linkend="packaging"/>
     92        </para>
     93      </listitem>
     94      <listitem>
     95        <para>
    9196          <xref linkend="py3c"/>
    9297        </para>
     
    244249
    245250  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     251    href="python-modules/packaging.xml"/>
     252
     253  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    246254    href="python-modules/py3c.xml"/>
    247255
Note: See TracChangeset for help on using the changeset viewer.