From 7f60ead52389b75cda2f37804486f52f51b4196a Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Tue, 02 Apr 2024 08:08:11 +0200
Subject: [PATCH] python/inflect: update to 7.2.0

---
 components/python/inflect/inflect-PYVER.p5m |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/components/python/inflect/inflect-PYVER.p5m b/components/python/inflect/inflect-PYVER.p5m
index 83a94a9..3624877 100644
--- a/components/python/inflect/inflect-PYVER.p5m
+++ b/components/python/inflect/inflect-PYVER.p5m
@@ -28,9 +28,6 @@
 file path=usr/lib/python$(PYVER)/vendor-packages/inflect-$(HUMAN_VERSION).dist-info/WHEEL
 file path=usr/lib/python$(PYVER)/vendor-packages/inflect-$(HUMAN_VERSION).dist-info/top_level.txt
 file path=usr/lib/python$(PYVER)/vendor-packages/inflect/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/inflect/compat/__init__.py
-file path=usr/lib/python$(PYVER)/vendor-packages/inflect/compat/pydantic.py
-file path=usr/lib/python$(PYVER)/vendor-packages/inflect/compat/pydantic1.py
 file path=usr/lib/python$(PYVER)/vendor-packages/inflect/py.typed
 
 # python modules are unusable without python runtime binary
@@ -38,5 +35,6 @@
     pkg.debug.depend.path=usr/bin
 
 # Automatically generated dependencies based on distribution metadata
-depend type=require fmri=pkg:/library/python/pydantic-$(PYV)
+depend type=require fmri=pkg:/library/python/more-itertools-$(PYV)
+depend type=require fmri=pkg:/library/python/typeguard-$(PYV)
 depend type=require fmri=pkg:/library/python/typing-extensions-$(PYV)

--
Gitblit v1.9.3