From 492b37c219ace261e7888f155b7f9ff877093bb0c90d6ee5d7207d858b06fa42 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 14 Aug 2023 18:47:40 +0000 Subject: [PATCH] Accepting request 1103921 from home:buschmann23:branches:devel:languages:python - specfile * fix build on Leap 15 by moving sle15_python_module_pythons macro to the top OBS-URL: https://build.opensuse.org/request/show/1103921 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coverage?expand=0&rev=121 --- python-coverage.changes | 7 +++++++ python-coverage.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-coverage.changes b/python-coverage.changes index 7bad00c..4ccef53 100644 --- a/python-coverage.changes +++ b/python-coverage.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 14 16:00:52 UTC 2023 - Matthias Fehring + +- specfile + * fix build on Leap 15 by moving sle15_python_module_pythons macro + to the top + ------------------------------------------------------------------- Mon Aug 14 06:05:34 UTC 2023 - Arun Persaud diff --git a/python-coverage.spec b/python-coverage.spec index 5f3bddc..52b7981 100644 --- a/python-coverage.spec +++ b/python-coverage.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-coverage Version: 7.3.0 Release: 0 @@ -34,7 +35,6 @@ Requires(post): update-alternatives Requires(postun):update-alternatives # coverage[toml] Recommends: python-tomli -%{?sle15_python_module_pythons} # SECTION test requirements BuildRequires: %{python_module flaky} BuildRequires: %{python_module hypothesis >= 6}