forked from pool/python-moreorless
- Add BuildRequires for python-dataclasses
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-moreorless?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 18 23:37:35 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Add BuildRequires for python-dataclasses
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 11 07:42:29 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Sun Oct 11 07:42:29 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-moreorless
|
# spec file for package python-moreorless
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -30,7 +30,10 @@ BuildRequires: %{python_module setuptools >= 38.3.0}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildRequires: (python3-dataclasses if python3-base < 3.7)
|
||||||
|
BuildRequires: (python36-dataclasses if python36-base)
|
||||||
Requires: python-click
|
Requires: python-click
|
||||||
|
Requires: python-dataclasses
|
||||||
Requires: python-volatile
|
Requires: python-volatile
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
|
|||||||
Reference in New Issue
Block a user