15
0

- BuildRequires on the dataclasses module if using python 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-injector?expand=0&rev=13
This commit is contained in:
2021-01-28 04:01:41 +00:00
committed by Git OBS Bridge
parent 8aba040a06
commit efcff0681f
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 28 04:00:57 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- BuildRequires on the dataclasses module if using python 3.6
-------------------------------------------------------------------
Thu Apr 9 05:21:45 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-injector
#
# 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
@@ -31,6 +31,7 @@ BuildRequires: %{python_module typing_extensions >= 3.7.4}
BuildRequires: %{pythons}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: ((python3-dataclasses and python3-base < 3.7) or (python36-dataclasses and python36-base))
Requires: python
Requires: python-typing_extensions >= 3.7.4
BuildArch: noarch