Ondřej Súkup 2019-12-28 19:47:03 +00:00 committed by Git OBS Bridge
parent 05bb53ad96
commit 82c80373e6

View File

@ -27,6 +27,7 @@ URL: https://github.com/manahl/pytest-plugins
Source: https://files.pythonhosted.org/packages/source/p/pytest-shutil/pytest-shutil-%{version}.tar.gz
BuildRequires: %{python_module execnet}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module path.py}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools-git}
BuildRequires: %{python_module setuptools}
@ -35,8 +36,6 @@ BuildRequires: %{python_module termcolor}
BuildRequires: fdupes
BuildRequires: python-contextlib2
BuildRequires: python-rpm-macros
BuildRequires: python2-path.py
BuildRequires: python3-path
Requires: python-execnet
Requires: python-mock
Requires: python-path
@ -45,10 +44,6 @@ Requires: python-six
Requires: python-termcolor
%ifpython2
Requires: python-contextlib2
Requires: python2-path.py
%endif
%ifpython3
Requires: python3-path
%endif
BuildArch: noarch