Changeset 658a4b4


Ignore:
Timestamp:
01/22/2023 06:54:21 PM (15 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, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
8f65da99
Parents:
a3fb37f
git-author:
Pierre Labastie <pierre.labastie@…> (01/22/2023 02:30:16 PM)
git-committer:
Pierre Labastie <pierre.labastie@…> (01/22/2023 06:54:21 PM)
Message:

Remove toml and tomli python module dependencies

They are not needed anymore. All modules now use tomllib from
the core python library.

Location:
general/prog
Files:
2 deleted
1 edited

Legend:

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

    ra3fb37f r658a4b4  
    171171      <listitem>
    172172        <para>
    173           <xref linkend="toml"/>
    174         </para>
    175       </listitem>
    176       <listitem>
    177         <para>
    178           <xref linkend="tomli"/>
    179         </para>
    180       </listitem>
    181       <listitem>
    182         <para>
    183173          <xref linkend="typing_extensions"/>
    184174        </para>
     
    274264
    275265  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    276     href="python-dependencies/toml.xml"/>
    277 
    278   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    279     href="python-dependencies/tomli.xml"/>
    280 
    281   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    282266    href="python-dependencies/typing_extensions.xml"/>
    283267
Note: See TracChangeset for help on using the changeset viewer.