From 792c6d9221e57b4597e71125b203ead597a915095b4dd425a2a86a58dac3d189 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 24 Apr 2025 04:47:31 +0000 Subject: [PATCH] - Add missing Requires on typing-inspection. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic?expand=0&rev=69 --- python-pydantic.changes | 5 +++++ python-pydantic.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-pydantic.changes b/python-pydantic.changes index 85d32ab..c96561c 100644 --- a/python-pydantic.changes +++ b/python-pydantic.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 24 04:47:19 UTC 2025 - Steve Kowalik + +- Add missing Requires on typing-inspection. + ------------------------------------------------------------------- Sun Apr 20 10:54:45 UTC 2025 - Richard Rahl diff --git a/python-pydantic.spec b/python-pydantic.spec index e421ad4..d4b6462 100644 --- a/python-pydantic.spec +++ b/python-pydantic.spec @@ -63,6 +63,7 @@ Requires: python-eval-type-backport %endif Requires: python-pydantic-core >= 2.27.2 Requires: python-typing-extensions >= 4.12.2 +Requires: python-typing-inspection BuildArch: noarch %python_subpackages