From cc58ed16b1700da709a7c107d4d55ddc95ab5da7ebe4c6f387c432a49766f809 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 9 Jun 2022 15:20:57 +0000 Subject: [PATCH] Accepting request 981490 from home:gladiac:mailman3 - Add missing BR python-dataclasses for openSUSE Leap OBS-URL: https://build.opensuse.org/request/show/981490 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sybil?expand=0&rev=28 --- python-sybil.changes | 5 +++++ python-sybil.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-sybil.changes b/python-sybil.changes index e14a4fc..37c6bdb 100644 --- a/python-sybil.changes +++ b/python-sybil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 9 11:23:04 UTC 2022 - Andreas Schneider + +- Add missing BR python-dataclasses for openSUSE Leap + ------------------------------------------------------------------- Wed Feb 16 11:44:28 UTC 2022 - Sasi Olin diff --git a/python-sybil.spec b/python-sybil.spec index 421500a..54ebec7 100644 --- a/python-sybil.spec +++ b/python-sybil.spec @@ -31,6 +31,9 @@ BuildRequires: %{python_module pytest >= 6.2} BuildRequires: %{python_module setuptools-git} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +%if 0%{?sle_version} && 0%{?sle_version} <= 150400 +BuildRequires: %{python_module dataclasses} +%endif BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-pytest