From b0bb40ccbf13a6d6ee9af21dfc22543fbbd2d8f8d5a107d0b9b23fa79d08ed0f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Mar 2024 09:53:07 +0000 Subject: [PATCH] - skip python 3.9 due to missing dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yacron?expand=0&rev=13 --- python-yacron.changes | 5 +++++ python-yacron.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-yacron.changes b/python-yacron.changes index d0812fb..b37fc5a 100644 --- a/python-yacron.changes +++ b/python-yacron.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 14 09:52:43 UTC 2024 - Dirk Müller + +- skip python 3.9 due to missing dependencies + ------------------------------------------------------------------- Fri Dec 29 10:21:16 UTC 2023 - Dirk Müller diff --git a/python-yacron.spec b/python-yacron.spec index bb132a9..d286192 100644 --- a/python-yacron.spec +++ b/python-yacron.spec @@ -1,7 +1,7 @@ # # spec file for package python-yacron # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 -%define skip_python36 1 +%{?sle15_python_module_pythons} +# missing sentry-sdk due to missing ipdb for 39 +%global skip_python39 1 Name: python-yacron Version: 0.19.0 Release: 0 @@ -40,7 +40,7 @@ Requires: python-ruamel.yaml Requires: python-sentry-sdk Requires: python-strictyaml >= 0.7.2 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2}