From 1c56b4f7dc786585d877c3fc593a692cde82878d398e76ce5d825699b928fc41 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 18 Jan 2021 23:31:54 +0000 Subject: [PATCH] - Add BuildRequires for python-dataclasses OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bowler?expand=0&rev=8 --- python-bowler.changes | 5 +++++ python-bowler.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/python-bowler.changes b/python-bowler.changes index e76bec1..e9dd869 100644 --- a/python-bowler.changes +++ b/python-bowler.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 18 23:31:46 UTC 2021 - Matej Cepl + +- Add BuildRequires for python-dataclasses + ------------------------------------------------------------------- Sun Oct 11 07:34:01 UTC 2020 - John Vandenberg diff --git a/python-bowler.spec b/python-bowler.spec index 58c2c10..9bbe973 100644 --- a/python-bowler.spec +++ b/python-bowler.spec @@ -1,7 +1,7 @@ # # spec file for package python-bowler # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,8 +35,11 @@ BuildRequires: %{python_module setuptools >= 38.6.0} BuildRequires: %{python_module volatile} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: (python3-dataclasses if python3-base < 3.7) +BuildRequires: (python36-dataclasses if python36-base) Requires: python-attrs Requires: python-click +Requires: python-dataclasses Requires: python-fissix Requires: python-moreorless Requires: python-setuptools