forked from pool/python-pytools
Accepting request 857123 from home:bnavigator:branches:devel:languages:python
- Update requirements OBS-URL: https://build.opensuse.org/request/show/857123 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 09:56:53 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update requirements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 20 09:42:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 20 09:42:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -32,13 +32,16 @@ BuildRequires: %{python_module decorator >= 3.2.0}
|
|||||||
BuildRequires: %{python_module numpy >= 1.6.0}
|
BuildRequires: %{python_module numpy >= 1.6.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six >= 1.8.0}
|
BuildRequires: ( python3-dataclasses >= 0.7 if python3-base <= 3.6 )
|
||||||
|
BuildRequires: ( python36-dataclasses >= 0.7 if python36-base )
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-appdirs >= 1.4.0
|
Requires: python-appdirs >= 1.4.0
|
||||||
Requires: python-decorator >= 3.2.0
|
Requires: python-decorator >= 3.2.0
|
||||||
Requires: python-numpy >= 1.6.0
|
Requires: python-numpy >= 1.6.0
|
||||||
Requires: python-six >= 1.8.0
|
%if %{python_version_nodots} <= 36
|
||||||
|
Requires: python-dataclasses >= 0.7
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user