From e2924a4b905ead6fab46043293779e1ba55c521f Mon Sep 17 00:00:00 2001 From: Eduardo Otubo Date: Tue, 11 May 2021 12:11:14 +0200 Subject: [PATCH] Remove metapackage for python3dist(jsonschema[format]) Removing metapackage due to problems with conflicting dependencies for RHEL-9. Resolves: rhbz#1952356 Signed-off-by: Eduardo Otubo --- python-jsonschema.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 2d06436..369ea73 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -33,15 +33,14 @@ BuildRequires: python3dist(setuptools-scm) %package -n python3-%{pypi_name} Summary: %{summary} +# This subpackage was removed for missing deps: +Obsoletes: python3-%{pypi_name}+format < 3.2.0-12 %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} %{common_description} -%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/*.egg-info format} - - %prep %autosetup -n %{pypi_name}-%{version}