Add pytest as BR
This commit is contained in:
parent
9c2071b81e
commit
8947dcb8d1
1 changed files with 3 additions and 1 deletions
|
|
@ -12,11 +12,13 @@ Source0: https://pypi.python.org/packages/source/a/%{pypi_name}/%{pypi_na
|
|||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: pytest
|
||||
BuildRequires: Cython
|
||||
BuildRequires: admesh-devel >= 0.98
|
||||
|
||||
%if %{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-Cython
|
||||
%endif # if with_python3
|
||||
|
|
@ -100,7 +102,7 @@ popd
|
|||
%changelog
|
||||
* Wed Sep 03 2014 Miro Hrončok <mhroncok@redhat.com> - 0.98.1-1
|
||||
- New version
|
||||
- Run tests
|
||||
- Run tests, add BR pytest
|
||||
|
||||
* Wed Sep 03 2014 Miro Hrončok <mhroncok@redhat.com> - 0.98-3
|
||||
- Set correct executable permissions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue