14
0

- Make requires to really be the requires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytools?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2020-04-20 09:54:37 +00:00
committed by Git OBS Bridge
parent 8f5b27203a
commit 7b559e44d2
2 changed files with 9 additions and 4 deletions

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