14
0
forked from pool/python-yacron

- 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
This commit is contained in:
2024-03-14 09:53:07 +00:00
committed by Git OBS Bridge
parent 5d0cdebc9e
commit b0bb40ccbf
2 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 14 09:52:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- skip python 3.9 due to missing dependencies
-------------------------------------------------------------------
Fri Dec 29 10:21:16 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -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}