14
0

Accepting request 795746 from devel:languages:python

- Make requires to really be the requires

OBS-URL: https://build.opensuse.org/request/show/795746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytools?expand=0&rev=9
This commit is contained in:
2020-04-22 18:51:33 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 20 09:53:17 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Make requires to really be the requires
-------------------------------------------------------------------
Fri Mar 20 09:59:31 UTC 2020 - pgajdos@suse.com

View File

@@ -33,11 +33,11 @@ BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.8.0}
BuildRequires: fdupes
BuildRequires: python-appdirs >= 1.4.0
BuildRequires: python-decorator >= 3.2.0
BuildRequires: python-numpy >= 1.6.0
BuildRequires: python-rpm-macros
BuildRequires: python-six >= 1.8.0
Requires: python-appdirs >= 1.4.0
Requires: python-decorator >= 3.2.0
Requires: python-numpy >= 1.6.0
Requires: python-six >= 1.8.0
BuildArch: noarch
%python_subpackages